mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
说明
This commit is contained in:
14
Dockerfile
Normal file
14
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user