Skip to content

Commit 8d70847

Browse files
authored
Changed the path to the correct environment location (#1542)
1 parent 333bd03 commit 8d70847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
- POSTGRES_PASSWORD=postgres
1616
- DOCKER=1
1717
volumes:
18-
- ./env:/usr/app/env
18+
- ./env:/app/env
1919
ports:
2020
- 8080:8080
2121
links:

0 commit comments

Comments
 (0)