verion which did not include the handling in RTService wth creating the
Json file
This commit is contained in:
24
vrpmdvaotserver/Dockerfile
Normal file
24
vrpmdvaotserver/Dockerfile
Normal file
@@ -0,0 +1,24 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk update && apk upgrade
|
||||
|
||||
RUN apk add g++
|
||||
|
||||
RUN apk add git
|
||||
RUN apk add make
|
||||
RUN apk add cmake
|
||||
|
||||
ADD . /service
|
||||
|
||||
WORKDIR /service/utility
|
||||
|
||||
RUN ./install-oatpp-modules.sh Release
|
||||
|
||||
WORKDIR /service/build
|
||||
|
||||
RUN cmake ..
|
||||
RUN make
|
||||
|
||||
EXPOSE 8000 8000
|
||||
|
||||
ENTRYPOINT ["./crud-exe"]
|
||||
Reference in New Issue
Block a user