mirror of
https://github.com/casjaysdevdocker/traefik
synced 2025-01-18 00:34:25 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
1a0ff5092d
commit
60d0efccf6
@ -49,6 +49,6 @@ EXPOSE $PORT
|
||||
COPY --from=build /. /
|
||||
|
||||
ENTRYPOINT [ "tini", "--" ]
|
||||
HEALTHCHECK CMD [ "/usr/local/bin/entrypoint-traefik.sh", "healthcheck" ]
|
||||
HEALTHCHECK --interval=15s --timeout=3s CMD [ "/usr/local/bin/entrypoint-traefik.sh", "healthcheck" ]
|
||||
CMD [ "/usr/local/bin/entrypoint-traefik.sh" ]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user