Compare commits

..

No commits in common. "828a8e7445e696175c519b5b767919ddd754b471" and "b7d778ff79e50fa0185ed4b483edc6cab89c08fb" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

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

2
dockerbuild.sh Executable file → Normal file
View File

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