|
|
|
@@ -9,7 +9,6 @@ COPY ./dependency/proto /usr/local/PlayerCode/dependency/proto |
|
|
|
COPY ./dependency/shell /usr/local/PlayerCode/dependency/shell |
|
|
|
WORKDIR /usr/local/PlayerCode/dependency/proto |
|
|
|
RUN bash ../shell/cpp_output.sh |
|
|
|
RUN bash ../shell/py_output.sh |
|
|
|
WORKDIR /usr/local/PlayerCode/CAPI/cpp |
|
|
|
COPY ./dependency/shell/compile.sh . |
|
|
|
ENTRYPOINT ["bash","./compile.sh"] |
|
|
|
|