mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-03 13:09:16 -04:00
Update Dockerfile
This commit is contained in:
parent
83f4c27dc3
commit
7051722720
1 changed files with 3 additions and 2 deletions
|
@ -10,5 +10,6 @@ COPY . .
|
|||
|
||||
EXPOSE 3000
|
||||
|
||||
# HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
|
||||
CMD wget --quiet --tries=1 --spider http://localhost:3000 || exit 1
|
||||
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 CMD wget --quiet --tries=1 --spider http://localhost:3000 || exit 1
|
||||
|
||||
CMD node index.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue