mirror of
https://github.com/r-smith/deceptifeed.git
synced 2025-11-02 13:13:37 +00:00
Add tzdata package step to Dockerfile
This change adjusts the Dockerfile to add the `tzdata` package to the Alpine Linux image. This allows users to set a timezone through the `TZ` environment variable when running Deceptifeed as a Docker container.
This commit is contained in:
@@ -5,6 +5,7 @@ COPY . .
|
||||
RUN make
|
||||
|
||||
FROM alpine:latest
|
||||
RUN apk add --no-cache tzdata
|
||||
WORKDIR /data
|
||||
COPY --from=build-stage /build/out /
|
||||
ENTRYPOINT ["/deceptifeed"]
|
||||
Reference in New Issue
Block a user