Use image from repo rather than local build
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
# build: .
|
||||
image: git.cleverthis.com/clevermicro/amq-adapter-python-demo:latest
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "8001:8001"
|
||||
|
||||
Reference in New Issue
Block a user