mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-21 23:43:27 +01:00
Minor improvement
This commit is contained in:
parent
c9c076a959
commit
753435dc37
@ -11,6 +11,6 @@ COPY --from=builder /app/gatus .
|
|||||||
COPY --from=builder /app/config.yaml .
|
COPY --from=builder /app/config.yaml .
|
||||||
COPY --from=builder /app/static static/
|
COPY --from=builder /app/static static/
|
||||||
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
|
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
|
||||||
ENV PORT 8080
|
ENV PORT=8080
|
||||||
EXPOSE 8080
|
EXPOSE ${PORT}
|
||||||
ENTRYPOINT ["/gatus"]
|
ENTRYPOINT ["/gatus"]
|
||||||
|
Loading…
Reference in New Issue
Block a user