Compare commits
2 Commits
b7d778ff79
...
828a8e7445
Author | SHA1 | Date | |
---|---|---|---|
|
828a8e7445 | ||
|
73090f71a1 |
@ -8,4 +8,4 @@ COPY server ./server
|
||||
RUN yarn install --production
|
||||
|
||||
RUN yarn run build
|
||||
CMD ["yarn run start"]
|
||||
CMD ["yarn","start"]
|
||||
|
2
dockerbuild.sh
Normal file → Executable file
2
dockerbuild.sh
Normal file → Executable file
@ -1 +1 @@
|
||||
docker build --tag latest .
|
||||
docker build --tag node-event-bot:latest .
|
||||
|
Loading…
Reference in New Issue
Block a user