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 ./pandax ./
|
||||||
COPY ./config.yml ./
|
COPY ./config.yml ./
|
||||||
COPY ./resource ./resource
|
COPY ./resource ./resource
|
||||||
|
COPY ./uploads ./uploads
|
||||||
|
|
||||||
RUN chmod 755 ./pandax
|
RUN chmod 755 ./pandax
|
||||||
|
|
||||||
EXPOSE 7788
|
EXPOSE 7788
|
||||||
|
EXPOSE 9001
|
||||||
|
EXPOSE 8801
|
||||||
|
EXPOSE 5060/udp
|
||||||
|
|
||||||
ENTRYPOINT ./pandax
|
ENTRYPOINT ./pandax
|
||||||
Reference in New Issue
Block a user