Skip to content

Commit

Permalink
fix: BASE_URL env load
Browse files Browse the repository at this point in the history
  • Loading branch information
luanrv00 committed Sep 23, 2024
1 parent c978582 commit 3b2e1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
image: ivewatched-e2e
container_name: ivewatched-e2e
environment:
- BASE_URL=$BASE_URL
- BASE_URL=${BASE_URL}
volumes:
- ..:/app
- /app/node_modules
Expand Down

0 comments on commit 3b2e1e9

Please sign in to comment.