Skip to content

Commit 8696709

Browse files
committed
docker setup now functional
1 parent ecc3467 commit 8696709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
build:
66
context: client/.
77
env_file:
8-
- ./client/.env
8+
- ./client/.env.docker
99
ports:
1010
- "3000:3000"
1111
networks:

0 commit comments

Comments
 (0)