Add timezone env to Docker image (#776)

This commit is contained in:
TioaChan 2024-08-27 17:34:01 +08:00 committed by GitHub
parent 3f2281e284
commit 644b9040b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,10 @@ RUN apk add --no-cache --virtual subconverter-deps pcre2 libcurl yaml-cpp
COPY --from=builder /subconverter/subconverter /usr/bin/
COPY --from=builder /subconverter/base /base/
ENV TZ=Africa/Abidjan
RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime
RUN echo $TZ > /etc/timezone
# set entry
WORKDIR /base
CMD subconverter