Fixing Dockerfile
This commit is contained in:
parent
a3382ff578
commit
b97d77d4ed
|
@ -24,8 +24,8 @@ FROM ${SMARTGEAR_IMAGE}
|
|||
|
||||
COPY ./dockerize/configuration/logback.xml /etc/
|
||||
COPY ./dockerize/configuration/*.gcubekey /tomcat/lib
|
||||
COPY ./target/${MVN_FINALNAME}.war /tmp
|
||||
RUN unzip /tmp/${MVN_FINALNAME}.war -d /tomcat/webapps/${MVN_NAME}
|
||||
COPY ./target/${MVN_FINALNAME}.war /usr/local/tomcat/webapps/
|
||||
# RUN unzip /target/${MVN_FINALNAME}.war -d /tomcat/webapps/${MVN_NAME}
|
||||
COPY ${CONTAINER_INI} /etc/container.ini
|
||||
|
||||
EXPOSE 8080
|
||||
|
|
Loading…
Reference in New Issue