This commit is contained in:
PandaGoAdmin
2021-12-14 15:58:48 +08:00
parent cd824b7f0c
commit 23f53bea59
24 changed files with 912 additions and 930 deletions

14
Dockerfile Normal file
View File

@@ -0,0 +1,14 @@
FROM alpine:latest
LABEL MAINTAINER="PandaX"
WORKDIR /go/src/panda
COPY ./pandax ./
COPY ./config.yml ./
COPY ./static ./static
COPY ./resource ./resource
RUN chmod 755 ./pandax
EXPOSE 7788
ENTRYPOINT ./pandax