Skip to content

Commit

Permalink
Merge pull request #364 from fabric-testbed/update-docker-file
Browse files Browse the repository at this point in the history
updated docker-entrypoint file
  • Loading branch information
mjstealey authored Jan 10, 2025
2 parents 44b21f1 + 533a26e commit 00b2568
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ cd /code

if [[ "$1" == 'run_server' ]]; then
# defaults to running on port 5000
npm install --verbose
npm cache clean --force
npm install --verbose --legacy-peer-deps
npm run build
npm install -g serve
serve -s build -l 5000
Expand Down

0 comments on commit 00b2568

Please sign in to comment.