Commit c66770a2 authored by Marco Ortiz's avatar Marco Ortiz

Preparación para la integración con el nuevo jenkins

parent 809aaa5a
...@@ -11,6 +11,7 @@ RUN export PATH=$JAVA_HOME/bin:$PATH ...@@ -11,6 +11,7 @@ RUN export PATH=$JAVA_HOME/bin:$PATH
VOLUME /tmp VOLUME /tmp
ARG JAR_FILE ARG JAR_FILE
RUN echo ${JAR_FILE}
COPY ${JAR_FILE} app.jar COPY ${JAR_FILE} app.jar
ENV JAVA_OPTS="-Xms512m -Xmx1024m" ENV JAVA_OPTS="-Xms512m -Xmx1024m"
......
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 to comment