Skip to content

Commit

Permalink
Merge pull request #88 from alienp4nda/master
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfHou authored Jan 4, 2024
2 parents 996b146 + bd4b389 commit dd1d646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV UID=998
ENV PID=100
ENV GIN_MODE=release
VOLUME ["/config", "/assets"]
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
RUN apk update && apk add ca-certificates tzdata && rm -rf /var/cache/apk/*
RUN mkdir -p /config; \
mkdir -p /assets; \
mkdir -p /api
Expand Down

0 comments on commit dd1d646

Please sign in to comment.