Update Dockerfile_run
This commit is contained in:
parent
c57c1298bb
commit
c060385924
|
@ -3,9 +3,6 @@ MAINTAINER eesast
|
|||
WORKDIR /usr/local
|
||||
RUN mkdir /usr/local/team1 && mkdir /usr/local/team2 && mkdir /usr/local/playback
|
||||
COPY ./dependency/shell/run.sh .
|
||||
#COPY ./dependency/shell/runcpp.sh .
|
||||
COPY ./dependency/shell/docker.sh .
|
||||
|
||||
COPY ./CAPI/python /usr/local/PlayerCode/CAPI/python
|
||||
COPY ./dependency/proto /usr/local/PlayerCode/dependency/proto
|
||||
COPY ./dependency/shell /usr/local/PlayerCode/dependency/shell
|
||||
|
@ -16,6 +13,4 @@ WORKDIR /usr/local
|
|||
RUN wget -P . https://cloud.tsinghua.edu.cn/f/e48940314a6d4cdb8bd0/?dl=1
|
||||
RUN mv 'index.html?dl=1' Server.tar.gz
|
||||
RUN tar -zxvf Server.tar.gz
|
||||
|
||||
ENV PARAMS = ""
|
||||
ENTRYPOINT [ "bash","./docker.sh ${PARAMS}" ]
|
||||
ENTRYPOINT [ "bash","./run.sh" ]
|
||||
|
|
Loading…
Reference in New Issue