|
|
|
@@ -4,10 +4,12 @@ MAINTAINER eesast |
|
|
|
WORKDIR /usr/local |
|
|
|
|
|
|
|
COPY ./CAPI/cpp /usr/local/PlayerCode/CAPI/cpp |
|
|
|
COPY ./CAPI/python /usr/local/PlayerCode/CAPI/python |
|
|
|
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"] |
|
|
|
|