up Docker image add tzdata

This commit is contained in:
ljw
2024-09-20 10:10:04 +08:00
parent 8b8a44e46b
commit 989990c869
3 changed files with 8 additions and 5 deletions
+1
View File
@@ -32,6 +32,7 @@ RUN set -eux; \
VOLUME /app/data
FROM alpine
WORKDIR /app
RUN apk add --no-cache tzdata
COPY --from=builder /go/rustdesk-api/release /app/
EXPOSE 21114