refactor: remove build context from production image

This commit is contained in:
Herculino Trotta
2025-12-27 19:53:57 -03:00
parent d17b9d5736
commit d7c255aa14

View File

@@ -1,9 +1,6 @@
services: services:
web: web:
image: eitchtee/wygiwyh:latest image: eitchtee/wygiwyh:latest
build:
context: .
dockerfile: ./docker/prod/django/Dockerfile
container_name: ${SERVER_NAME} container_name: ${SERVER_NAME}
ports: ports:
- "${OUTBOUND_PORT:-8000}:${INTERNAL_PORT:-8000}" - "${OUTBOUND_PORT:-8000}:${INTERNAL_PORT:-8000}"