mirror of
https://github.com/casjaysdevdocker/deno
synced 2025-01-18 12:34:21 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
60c60349d6
commit
94044c3a01
@ -45,6 +45,6 @@ EXPOSE 1993
|
|||||||
|
|
||||||
COPY --from=build /. /
|
COPY --from=build /. /
|
||||||
|
|
||||||
HEALTHCHECK CMD [ "/usr/local/bin/entrypoint-deno.sh", "healthcheck" ]
|
HEALTHCHECK --interval=15s --timeout=3s CMD [ "/usr/local/bin/entrypoint-deno.sh", "healthcheck" ]
|
||||||
|
|
||||||
ENTRYPOINT [ "/usr/local/bin/entrypoint-deno.sh" ]
|
ENTRYPOINT [ "/usr/local/bin/entrypoint-deno.sh" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user