Skip to content

Commit

Permalink
fix(docker): npm permission issues
Browse files Browse the repository at this point in the history
Signed-off-by: John Beresford <[email protected]>
  • Loading branch information
JMBeresford authored Feb 3, 2025
1 parent 3e1cec9 commit 4359bff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ trap 'on_error $LINENO' ERR

# Start the web server
cd /app/web
npm i -g corepack@latest
pnpm preview &

# Start the API server
Expand Down

0 comments on commit 4359bff

Please sign in to comment.