Initial commit

This commit is contained in:
stephb9959
2021-04-04 23:26:19 -07:00
parent f6135d89f9
commit 6d74153d2e

View File

@@ -25,13 +25,13 @@ WORKDIR /poco
RUN mkdir cmake-build
WORKDIR cmake-build
RUN cmake ..
RUN cmake --build . --config Release -j
RUN cmake --build . --config Release -j8
RUN cmake --build . --target install
WORKDIR /ucentral-clnt
RUN mkdir cmake-build
WORKDIR /ucentral-clnt/cmake-build
RUN cmake ..
RUN cmake --build . --config Release -j
RUN cmake --build . --config Release -j8
RUN mkdir /ucentral-clnt
RUN cp /ucentral-clnt/cmake-build/ucentral_clnt /ucentral/ucentral_clnt