up build docker

This commit is contained in:
ljw
2024-09-27 14:16:59 +08:00
parent d18d8c0e3f
commit 871bb328f0
4 changed files with 6 additions and 70 deletions

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