Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-cx authored Apr 18, 2024
1 parent 3c6b2f6 commit 9e9945d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ cp -r "${CP_PATH}" "/app/"
cd /app

# install and run nodejs
apk add --update nodejs npm
npm ci
npm run build --if-present
yarn install --frozen-lockfile
yarn run build --if-present
node dist/index.js

0 comments on commit 9e9945d

Please sign in to comment.