Skip to content

Commit

Permalink
chore: Dockerfileにlocaledefコマンドの実行を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Mar 26, 2024
1 parent 115c2f7 commit e7f114f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ RUN echo "deb https://repo.scala-sbt.org/scalasbt/debian all main" | tee /etc/ap
RUN apt-get update && \
apt-get install -y sbt

RUN localedef -f UTF-8 -i ja_JP ja_JP.UTF-8

COPY --from=build-env --link /app/target/release/seichiassist-downloader /
CMD ["./seichiassist-downloader"]

0 comments on commit e7f114f

Please sign in to comment.