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