Skip to content

Commit

Permalink
Dockerfile: copy timezone files
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nmw committed Dec 15, 2024
1 parent f30b215 commit 418f72c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN go build \
FROM scratch

COPY --from=builder /app/beacon /beacon
COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo

EXPOSE 80
EXPOSE 53
Expand Down

0 comments on commit 418f72c

Please sign in to comment.