Skip to content

Commit

Permalink
Roll back server starting to use node --run
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed May 11, 2024
1 parent bbab852 commit 12e39d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
shlink_dashboard_node:
container_name: shlink_dashboard_node
image: node:22.1-alpine
command: /bin/sh -c "cd /home/shlink-dashboard && npm install && npm run start"
command: /bin/sh -c "cd /home/shlink-dashboard && npm install && node --run start"
volumes:
- ./:/home/shlink-dashboard
ports:
Expand Down

0 comments on commit 12e39d2

Please sign in to comment.