Update Dockerfile_run

This commit is contained in:
Changli Tang 2023-04-24 00:48:59 +08:00 committed by GitHub
parent c57c1298bb
commit c060385924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -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" ]