Skip to content

Commit

Permalink
fix: dockerfile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Sep 13, 2023
1 parent 24f5e0c commit 681196c
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 @@ -2,7 +2,7 @@ FROM alpine:3.18
ENV TZ Asia/Shanghai
RUN apk add alpine-conf tzdata && \
/sbin/setup-timezone -z Asia/Shanghai && \
apk del alpine-conf \
apk del alpine-conf

ENV WORKDIR /app
VOLUME $WORKDIR/data
Expand Down

0 comments on commit 681196c

Please sign in to comment.