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