Compare commits

...

2 Commits

Author SHA1 Message Date
mightypanders
828a8e7445 fix start command for dockerfile
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-03-06 18:20:15 +01:00
mightypanders
73090f71a1 correct tag in build.sh 2022-03-06 18:20:05 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ COPY server ./server
RUN yarn install --production RUN yarn install --production
RUN yarn run build RUN yarn run build
CMD ["yarn run start"] CMD ["yarn","start"]

2
dockerbuild.sh Normal file → Executable file
View File

@ -1 +1 @@
docker build --tag latest . docker build --tag node-event-bot:latest .