update docker-compose.yml

This commit is contained in:
2022-04-25 11:07:56 +05:30
parent 8e5020e3d2
commit 89e26ea9b9
2 changed files with 44 additions and 30 deletions
+5 -5
View File
@@ -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