up build docker

This commit is contained in:
ljw
2024-09-27 14:16:59 +08:00
parent 945958f552
commit b9109b4d0e
4 changed files with 6 additions and 70 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ FROM golang:1.22-alpine as builder
FROM alpine
WORKDIR /app
RUN apk add --no-cache tzdata
COPY rustdesk-api/release /app/
COPY ./release /app/
VOLUME /app/data
EXPOSE 21114