blob: d62060abf660f1e4a0c9f50f70d9345e8dfd10e5 [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:\\Projekte\\Jenkins_Dockerfiles\\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