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
46f33f894b
commit
2dc619f558
1 changed files with 2 additions and 2 deletions
|
@ -10,5 +10,5 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue