Skip to content

Commit

Permalink
Set timezone to Europe/Warsaw
Browse files Browse the repository at this point in the history
  • Loading branch information
Quintasan committed Oct 30, 2023
1 parent 793f620 commit 45d076d
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 @@ -15,5 +15,6 @@ RUN addgroup app && \
mkdir -p /app/data && \
chown -R app:app /app
VOLUME /app/data
ENV TZ="Europe/Warsaw"
USER app
CMD ["ruby", "main.rb"]

0 comments on commit 45d076d

Please sign in to comment.