soiz1 commited on
Commit
abefd51
·
verified ·
1 Parent(s): 8ccc555

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -9,6 +9,7 @@ WORKDIR /app
9
  COPY . .
10
 
11
  RUN export DEBIAN_FRONTEND=noninteractive
 
12
 
13
  # Install dependenceis to add PPAs
14
  RUN apt-get update && \
 
9
  COPY . .
10
 
11
  RUN export DEBIAN_FRONTEND=noninteractive
12
+ RUN timedatectl set-timezone Asia/Tokyo
13
 
14
  # Install dependenceis to add PPAs
15
  RUN apt-get update && \