Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xu756 committed Oct 4, 2024
1 parent 901c939 commit 4812ef2
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 @@ -3,6 +3,7 @@ WORKDIR /app
RUN apk update --no-cache && apk add --no-cache tzdata
COPY deploy/* /app/
RUN chmod +x /app/main
RUN ls -al /app
ENV TZ Asia/Shanghai

CMD ["./main"]

0 comments on commit 4812ef2

Please sign in to comment.