Compare commits
No commits in common. "828a8e7445e696175c519b5b767919ddd754b471" and "b7d778ff79e50fa0185ed4b483edc6cab89c08fb" have entirely different histories.
828a8e7445
...
b7d778ff79
@ -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
2
dockerbuild.sh
Executable file → Normal file
@ -1 +1 @@
|
||||
docker build --tag node-event-bot:latest .
|
||||
docker build --tag latest .
|
||||
|
Loading…
Reference in New Issue
Block a user