Updated docker port

imgbot
kieranrobson 2022-05-17 10:19:12 +01:00
parent d6e8f7a27c
commit 159619fe24
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN npm install
COPY . /usr/src/bot
# Start me!
EXPOSE 3002
EXPOSE 5001
VOLUME ["latest"]
HEALTHCHECK --interval=60s --timeout=30s --start-period=180s --retries=5 CMD node extra/healthcheck.js
CMD ["node", "index.js"]