Commit 7a8c9519 by amir

change base image to 172.16.1.212:5050/ipgallery.common.java/microservice

parent cb0cf640
Showing with 3 additions and 3 deletions
FROM 172.16.1.132:5000/ipgallery/base-microservice-java
#FROM 172.16.1.132:5000/ipgallery/base-microservice-java
FROM 172.16.1.212:5050/ipgallery.common.java/microservice
COPY build/libs/LocationService-*.jar /usr/
COPY cfg/config.properties /opt/mcx/config/
......@@ -10,4 +11,4 @@ WORKDIR /usr
#EXPOSE 32015
ENTRYPOINT ["/usr/run.sh","/usr/LocationService.jar"]
\ No newline at end of file
ENTRYPOINT ["/usr/run.sh","/usr/LocationService.jar"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment