Skip to content

Commit

Permalink
refine Docker start (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrbarnes committed Apr 11, 2024
1 parent 0a0e6de commit f2523b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ RUN npm install \
"@napi-rs/magic-string"
RUN npm run build
ENV PORT=3000
CMD ["npm", "run", "start"]
CMD bash ./start.sh
1 change: 1 addition & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

set -e
echo "starting server"
npm run start

0 comments on commit f2523b0

Please sign in to comment.