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 9eb050f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ FROM base
COPY --from=build /app /app
RUN addgroup app && \
adduser app --home /app --shell /bin/bash --ingroup app --disabled-password && \
apk add --no-cache alpine-conf && setup-timezone -z Europe/Warsaw && \
mkdir -p /app/data && \
chown -R app:app /app
VOLUME /app/data
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
bot:
image: ghcr.io/quintasan/przypominacz-bot:v1.0.3
image: ghcr.io/quintasan/przypominacz-bot:v1.0.5
build:
context: .
dockerfile: Dockerfile
Expand Down

0 comments on commit 9eb050f

Please sign in to comment.