Skip to content

Commit

Permalink
fix: add manuall steps to production restart (#1561)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mittelblut9 authored Jul 8, 2023
2 parents a5b4dbc + c57f463 commit feac4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"scripts": {
"start": "docker compose up -d && docker logs -f mittelbot",
"start-prod": "docker compose up -d",
"start-prod": "npm install && npm run alias-build && docker compose up -d",
"stop": "docker compose down",
"restart": "npm run stop && npm run start",
"restart-prod": "npm run stop && npm run start-prod",
Expand Down

0 comments on commit feac4db

Please sign in to comment.