diff --git a/Dockerfile b/Dockerfile index 3a0e06b..3c0b00c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,4 @@ LABEL org.opencontainers.image.source=${GIT_REPO} ENV GIT_VERSION=${GIT_VERSION} # Start Bot -CMD ["yarn", "run"] \ No newline at end of file +CMD ["yarn", "dockerstart"] \ No newline at end of file diff --git a/package.json b/package.json index e4c2923..1092b54 100644 --- a/package.json +++ b/package.json @@ -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": {