mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
Dockerfile
This commit is contained in:
@@ -5,9 +5,13 @@ WORKDIR /go/src/panda
|
||||
COPY ./pandax ./
|
||||
COPY ./config.yml ./
|
||||
COPY ./resource ./resource
|
||||
COPY ./uploads ./uploads
|
||||
|
||||
RUN chmod 755 ./pandax
|
||||
|
||||
EXPOSE 7788
|
||||
EXPOSE 9001
|
||||
EXPOSE 8801
|
||||
EXPOSE 5060/udp
|
||||
|
||||
ENTRYPOINT ./pandax
|
||||
Reference in New Issue
Block a user