Skip to content

Commit

Permalink
chore: try running dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Jan 28, 2025
1 parent 77b3455 commit 67dcb82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dev-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- v3
- prerel
- debug
pull_request:
branches:
- v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ HEALTHCHECK \
--interval=5s --timeout=3s --retries=3 --start-period=5s \
CMD curl -fsSLI "http://localhost:$PORT/" || exit 1

CMD yarn run start
CMD yarn run dev

0 comments on commit 67dcb82

Please sign in to comment.