mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2026-02-06 22:30:36 +00:00
fix build docker image
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
FROM alpine
|
||||
|
||||
ARG BUILDARCH
|
||||
WORKDIR /app
|
||||
RUN apk add --no-cache tzdata
|
||||
COPY ./release /app/
|
||||
COPY ./${BUILDARCH}/release /app/
|
||||
VOLUME /app/data
|
||||
|
||||
EXPOSE 21114
|
||||
|
||||
Reference in New Issue
Block a user