Skip to content

Commit

Permalink
update env file path in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitvdx committed Jan 30, 2024
1 parent 5c59266 commit 53a1406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/env/.env.development
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
// Configuration preset file number to enable
# Configuration preset file number to enable
VITE_CONFIG_PRESET = 0

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build: ./
image: ghcr.io/sugarlabs/musicblocks:4-dev
env_file:
- ./env/development.env
- ./app/env/.env.development
ports:
- '5173:5173' # development server
- '4173:4173' # production preview server
Expand Down

0 comments on commit 53a1406

Please sign in to comment.