Skip to content

Commit

Permalink
Add tzdata to selfhosted (#4461)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmcshane authored Mar 27, 2024
1 parent 703c145 commit 75e96ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ RUN npm run build
# ----------------------
FROM alpine
RUN apk update
RUN apk add tzdata

COPY --from=build-go /porter/bin/app /porter/
COPY --from=build-go /porter/bin/migrate /porter/
Expand Down

0 comments on commit 75e96ad

Please sign in to comment.