blob: 639b5dac83cfe67aa2b0e90788d9132d0f0ef79f [file] [log] [blame]
FROM myserver:withproxy
#linux 16.04
MAINTAINER Dimitris
WORKDIR microservices
RUN git clone http://172.18.22.160:8880/gitblit-1.8.0/r/Dropwizard/Microservices/mics-central-service.git && cd mics-central-service && git checkout DEVELOP_BE
WORKDIR mics-central-service
RUN mvn install -DskipTests
WORKDIR /
COPY C:\Users\Administrator\Projekt\Microservices\UbuntuServer\central\my_wrapper_script.sh my_wrapper_script.sh
RUN sed -i -e 's/\r$//' my_wrapper_script.sh
CMD ./my_wrapper_script.sh
EXPOSE 9010 9011