mirror of
https://github.com/tornadocash/tornado-relayer
synced 2024-02-02 15:04:06 +01:00
improve healthcheck
This commit is contained in:
parent
f5f50a2a17
commit
8af8f46212
@ -6,5 +6,5 @@ RUN npm install && npm cache clean --force
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
HEALTHCHECK CMD curl -f http://localhost:8000/
|
HEALTHCHECK CMD curl -f http://localhost:8000/status
|
||||||
CMD ["npm", "run", "start"]
|
CMD ["npm", "run", "start"]
|
Loading…
Reference in New Issue
Block a user