Fixing the Docker build
This commit is contained in:
parent
3c418572e9
commit
c376747b0d
2 changed files with 18 additions and 12 deletions
|
|
@ -11,6 +11,8 @@ services:
|
|||
production_web:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
CONTAINER_USERID: 1000
|
||||
dockerfile: Dockerfile.production
|
||||
depends_on:
|
||||
- production_database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue