up build docker

This commit is contained in:
ljw
2024-09-27 15:59:12 +08:00
parent 41670b0d00
commit b069e7876d
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