mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-14 11:58:04 +00:00
Minor improvement
This commit is contained in:
parent
c9c076a959
commit
753435dc37
1 changed files with 2 additions and 2 deletions
|
@ -11,6 +11,6 @@ COPY --from=builder /app/gatus .
|
|||
COPY --from=builder /app/config.yaml .
|
||||
COPY --from=builder /app/static static/
|
||||
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
|
||||
ENV PORT 8080
|
||||
EXPOSE 8080
|
||||
ENV PORT=8080
|
||||
EXPOSE ${PORT}
|
||||
ENTRYPOINT ["/gatus"]
|
||||
|
|
Loading…
Reference in a new issue