Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Oct 31, 2023
1 parent 63c7178 commit e66126c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back-prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /app

COPY server ./
RUN chmod +x ./server
COPY sercer/zoneinfo/Asia/Tokyo /usr/share/zoneinfo/Asia/Tokyo
COPY server/zoneinfo/Asia/Tokyo /usr/share/zoneinfo/Asia/Tokyo

CMD ["./server"]
LABEL org.opencontainers.image.source = "https://github.com/walnuts1018/openchokin"

0 comments on commit e66126c

Please sign in to comment.