Use image from repo rather than local build
Unit test coverage / pytest (push) Failing after 1m15s
/ build-and-push (push) Successful in 1m26s
Build and Publish Docker Image / build-and-push (push) Has been cancelled

This commit is contained in:
Stanislav Hejny
2025-07-04 10:04:34 +01:00
parent ec7cf6b924
commit fde6f17b58
+2 -1
View File
@@ -1,7 +1,8 @@
version: '3.8' version: '3.8'
services: services:
app: app:
build: . # build: .
image: git.cleverthis.com/clevermicro/amq-adapter-python-demo:latest
ports: ports:
- "8000:8000" - "8000:8000"
- "8001:8001" - "8001:8001"