Skip to content

Commit

Permalink
add tzdata
Browse files Browse the repository at this point in the history
  • Loading branch information
rasoro committed Nov 29, 2024
1 parent 5e7cbbd commit cb1a74c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ FROM alpine:3.18
COPY --from=builder /go/bin/ /app/
COPY --from=builder /app/docs /app/docs

RUN apk add --no-cache tzdata

WORKDIR /app

EXPOSE 8000
Expand Down

0 comments on commit cb1a74c

Please sign in to comment.