Skip to content

Commit 7394fbf

Browse files
authored
Update docker-compose.yml
1 parent b32fa47 commit 7394fbf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docker-compose.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,8 @@ services:
7777
- NODE_ENV=${NODE_ENV:-development}
7878
command: >
7979
bash -c "
80-
if [ \"$NODE_ENV\" = \"development\" ]; then
81-
npm run dev;
82-
elif [ \"$NODE_ENV\" != \"development\" ]; then
8380
npm run build && npm run preview;
84-
fi"
81+
"
8582
mailhog:
8683
image: mailhog/mailhog
8784
ports:

0 commit comments

Comments
 (0)