mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
Add timezone env to Docker image (#776)
This commit is contained in:
parent
3f2281e284
commit
644b9040b9
@ -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/subconverter /usr/bin/
|
||||||
COPY --from=builder /subconverter/base /base/
|
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
|
# set entry
|
||||||
WORKDIR /base
|
WORKDIR /base
|
||||||
CMD subconverter
|
CMD subconverter
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user