updated working_dir for app

This commit is contained in:
Jack Goh
2018-07-18 16:31:31 +08:00
parent 84d35cc2a4
commit 4120f33ff8
+1 -1
View File
@@ -15,7 +15,7 @@ services:
volumes:
- .:/var/www
env_file: .env
working_dir: /app
working_dir: /var/www
depends_on:
- database
links: