Skip to content

Commit

Permalink
fix time zone
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Feb 29, 2020
1 parent 2d915f5 commit de11d98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ LABEL org.opencontainers.image.created="${BUILD_DATE}" \
COPY --from=builder /${BINARY}/${BINARY}.${ARCH}.${OS} /image
COPY --from=builder /${BINARY}/examples/${CONFIG_FILE}.example /etc/${BINARY}/${CONFIG_FILE}
COPY --from=builder /etc/ssl /etc/ssl
COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo

ENTRYPOINT [ "/image" ]

0 comments on commit de11d98

Please sign in to comment.