Skip to content

Commit

Permalink
Merge pull request #39 from isankadn/dev
Browse files Browse the repository at this point in the history
set timezone to JST
  • Loading branch information
isankadn authored Oct 16, 2024
2 parents 8acd9a6 + 5567ddb commit bc5fe12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@ RUN cargo build --release
# Production Stage
FROM rust:latest

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get install -y \
librocksdb-dev \
tzdata \
&& ln -sf /usr/share/zoneinfo/Asia/Tokyo /etc/localtime \
&& echo "Asia/Tokyo" > /etc/timezone \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /app
Expand Down

0 comments on commit bc5fe12

Please sign in to comment.