mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-11 11:50:27 +01:00
refactor: remove build context from production image
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
services:
|
||||
web:
|
||||
image: eitchtee/wygiwyh:latest
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./docker/prod/django/Dockerfile
|
||||
container_name: ${SERVER_NAME}
|
||||
ports:
|
||||
- "${OUTBOUND_PORT:-8000}:${INTERNAL_PORT:-8000}"
|
||||
|
||||
Reference in New Issue
Block a user