Skip to content

Commit

Permalink
update scriptname
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodcloak committed Mar 27, 2024
1 parent 81562e7 commit 0eb405f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ LABEL org.opencontainers.image.source=${GIT_REPO}
ENV GIT_VERSION=${GIT_VERSION}

# Start Bot
CMD ["yarn", "run"]
CMD ["yarn", "dockerstart"]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"make:migration": "knex migrate:make",
"migrate": "knex migrate:latest",
"initiate": "yarn && yarn migrate && yarn start",
"run": "yarn migrate && yarn start"
"dockerstart": "yarn migrate && yarn start"
},
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit 0eb405f

Please sign in to comment.