Skip to content

Commit 7eb66b7

Browse files
committed
docker changes done
1 parent 69f92de commit 7eb66b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ services:
1010
ports:
1111
- "3000:3000"
1212
environment:
13-
- NODE_ENV=production
13+
- NODE_ENV=production
14+
- API_BASE_URL=${API_BASE_URL}
15+
- API_AUTH_KEY=${API_AUTH_KEY}

0 commit comments

Comments
 (0)