up build docker

This commit is contained in:
ljw
2024-09-27 15:59:12 +08:00
parent ff9ffb2f12
commit 6adb0e8415
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FROM alpine
WORKDIR /app
RUN apk update && apk add --no-cache tzdata
RUN apk add --no-cache tzdata
COPY ./release /app/
VOLUME /app/data