Skip to content

Commit

Permalink
🚑️ Bugfix timezone container
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiancolosimo committed Oct 17, 2023
1 parent 7b0dbde commit b5d3d8e
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 @@ -9,6 +9,8 @@ COPY . .
RUN cargo build --release --target x86_64-unknown-linux-musl

FROM alpine:latest
RUN apk add --no-cache tzdata
ENV TZ=Europe/Rome

WORKDIR /app
COPY --from=builder /app/target/x86_64-unknown-linux-musl/release/presence-bot ./
Expand Down

0 comments on commit b5d3d8e

Please sign in to comment.