mirror of
https://github.com/r-smith/deceptifeed.git
synced 2025-11-03 13:43:38 +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
|
RUN make
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
RUN apk add --no-cache tzdata
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
COPY --from=build-stage /build/out /
|
COPY --from=build-stage /build/out /
|
||||||
ENTRYPOINT ["/deceptifeed"]
|
ENTRYPOINT ["/deceptifeed"]
|
||||||
Reference in New Issue
Block a user