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 a4f0441 commit 0d629a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ cp -r "${CP_PATH}" "/app/"
cd /app

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

0 comments on commit 0d629a1

Please sign in to comment.