Skip to content

Commit

Permalink
fix:show runtime logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rubuy-74 committed Dec 4, 2024
1 parent c06cc9d commit 96b90b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ if [ $? -ne 0 ]; then
exit
fi

docker compose up -d website-niaefeup-frontend-dev
docker compose up -d website-niaefeup-frontend-storybook
docker compose up website-niaefeup-frontend-dev
docker compose up website-niaefeup-frontend-storybook

trap_ctrl_c() {
docker compose down
Expand Down

0 comments on commit 96b90b9

Please sign in to comment.