Fixing the Docker build

This commit is contained in:
Victor Romero 2021-10-12 17:37:58 -05:00
parent 3c418572e9
commit c376747b0d
2 changed files with 18 additions and 12 deletions

View file

@ -11,6 +11,8 @@ services:
production_web:
build:
context: .
args:
CONTAINER_USERID: 1000
dockerfile: Dockerfile.production
depends_on:
- production_database