Updated docker port
parent
d6e8f7a27c
commit
159619fe24
|
@ -12,7 +12,7 @@ RUN npm install
|
||||||
COPY . /usr/src/bot
|
COPY . /usr/src/bot
|
||||||
|
|
||||||
# Start me!
|
# Start me!
|
||||||
EXPOSE 3002
|
EXPOSE 5001
|
||||||
VOLUME ["latest"]
|
VOLUME ["latest"]
|
||||||
HEALTHCHECK --interval=60s --timeout=30s --start-period=180s --retries=5 CMD node extra/healthcheck.js
|
HEALTHCHECK --interval=60s --timeout=30s --start-period=180s --retries=5 CMD node extra/healthcheck.js
|
||||||
CMD ["node", "index.js"]
|
CMD ["node", "index.js"]
|
Loading…
Reference in New Issue