Skip to content

Commit

Permalink
Use npm to start a status page, as yarn may not be present
Browse files Browse the repository at this point in the history
  • Loading branch information
azatsarynnyy committed Mar 8, 2024
1 parent 1a2f026 commit eaf43bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dockerfiles/entrypoint-volume.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ls -la /idea-server/
# Start the app that checks the IDEA server status.
# This should be the editor's 'main' endpoint.
cd /idea-server/status-app
nohup yarn start &
nohup npm start &

# Skip all interactive shell prompts.
export REMOTE_DEV_NON_INTERACTIVE=1
Expand Down

0 comments on commit eaf43bc

Please sign in to comment.