Browse Source

Update Dockerfile_cpp

tags/0.1.0
Changli Tang GitHub 2 years ago
parent
commit
c57c1298bb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      dependency/Dockerfile/Dockerfile_cpp

+ 1
- 3
dependency/Dockerfile/Dockerfile_cpp View File

@@ -10,9 +10,7 @@ WORKDIR /usr/local/PlayerCode/dependency/proto
RUN bash ../shell/cpp_output.sh RUN bash ../shell/cpp_output.sh
WORKDIR /usr/local/PlayerCode/CAPI/cpp WORKDIR /usr/local/PlayerCode/CAPI/cpp
COPY ./dependency/shell/compile.sh . COPY ./dependency/shell/compile.sh .
COPY ./dependency/shell/docker.sh /usr/local/
WORKDIR /usr/local
ENTRYPOINT ["bash","./docker.sh"]
ENTRYPOINT ["bash","./compile.sh"]
#WORKDIR /usr/local/PlayerCode/CAPI/cpp #WORKDIR /usr/local/PlayerCode/CAPI/cpp
#RUN cmake ./CMakeLists.txt #RUN cmake ./CMakeLists.txt
#RUN make #RUN make

Loading…
Cancel
Save