mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2026-03-02 08:13:41 +00:00
feat(server): Add Rustdesk Command
And add build full s6 image for rustdesk command
This commit is contained in:
@@ -2,9 +2,8 @@ FROM alpine
|
||||
|
||||
ARG BUILDARCH
|
||||
WORKDIR /app
|
||||
RUN apk add --no-cache tzdata file
|
||||
RUN apk add --no-cache tzdata
|
||||
COPY ./${BUILDARCH}/release /app/
|
||||
RUN file /app/apimain
|
||||
VOLUME /app/data
|
||||
|
||||
EXPOSE 21114
|
||||
|
||||
Reference in New Issue
Block a user