Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erenfn authored Dec 29, 2024
1 parent b32fa47 commit 7394fbf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,8 @@ services:
- NODE_ENV=${NODE_ENV:-development}
command: >
bash -c "
if [ \"$NODE_ENV\" = \"development\" ]; then
npm run dev;
elif [ \"$NODE_ENV\" != \"development\" ]; then
npm run build && npm run preview;
fi"
"
mailhog:
image: mailhog/mailhog
ports:
Expand Down

0 comments on commit 7394fbf

Please sign in to comment.