1
0
Fork 0
mirror of https://github.com/TwiN/gatus.git synced 2024-12-14 11:58:04 +00:00

Minor improvement

This commit is contained in:
TwinProduction 2019-12-04 17:10:04 -05:00
parent c9c076a959
commit 753435dc37

View file

@ -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"]