update docker-compose.yml
This commit is contained in:
@@ -3,11 +3,11 @@ services:
|
||||
|
||||
app:
|
||||
|
||||
build:
|
||||
args:
|
||||
COMPOSER_ENV : production
|
||||
context: ./app
|
||||
dockerfile: Dockerfile
|
||||
# build:
|
||||
# args:
|
||||
# COMPOSER_ENV : production
|
||||
# context: ./app
|
||||
# dockerfile: Dockerfile
|
||||
|
||||
environment:
|
||||
- COMPOSER_ENV=production
|
||||
|
||||
Reference in New Issue
Block a user