mirror of
https://github.com/EasyTier/EasyTier.git
synced 2024-11-16 03:32:43 +08:00
Update Dockerfile to fix timezone
This commit is contained in:
parent
ff6da9bbec
commit
28ae9c447a
4
.github/workflows/Dockerfile
vendored
4
.github/workflows/Dockerfile
vendored
|
@ -18,9 +18,13 @@ RUN mkdir -p /tmp/output; \
|
|||
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache tzdata
|
||||
WORKDIR /app
|
||||
COPY --from=builder --chmod=755 /tmp/output/* /usr/local/bin
|
||||
|
||||
# users can use "-e TZ=xxx" to adjust it
|
||||
ENV TZ Asia/Shanghai
|
||||
|
||||
# tcp
|
||||
EXPOSE 11010/tcp
|
||||
# udp
|
||||
|
|
Loading…
Reference in New Issue
Block a user