Browse Source

Change .env file route in docker-compose.yml

oscarleiva 6 years ago
parent
commit
9ef6f6f7f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -14,6 +14,6 @@ services:
     build: ./app/backend
     build: ./app/backend
     ports:
     ports:
       - "8888:8000"
       - "8888:8000"
-    env_file: .env
+    env_file: ./app/backend/.env