mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-11 20:00:26 +01:00
refactor: remove build context from production image
This commit is contained in:
@@ -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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user