Skip to content

Commit

Permalink
fix: launch script
Browse files Browse the repository at this point in the history
  • Loading branch information
rushiiMachine committed May 24, 2024
1 parent 3a3155d commit 7331483
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion down.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sudo docker-compose -p minkyapi down
docker-compose -p minkyapi down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"scripts": {
"start": "node main.js"
},
"dependencies": {
"express": "^4.18.2"
}
Expand Down
2 changes: 1 addition & 1 deletion up.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sudo docker-compose -p minkyapi up --build -d
docker-compose -p minkyapi up --build -d

0 comments on commit 7331483

Please sign in to comment.