Commit 78bdba34 authored by ethen's avatar ethen

update

parent 486c9656
......@@ -3,4 +3,4 @@ EXPOSE 8080
VOLUME /tmp
ARG jar_file
ADD ./target/${jar_file} /usr/local/app/pipeline-app.jar
ENTRYPOINT ["java", "-jar","-Xmx100m", "/usr/local/app/pipeline-app.jar"]
\ No newline at end of file
ENTRYPOINT ["java", "-jar","-Xmx100m", "/usr/local/pipeline-app.jar"]
\ No newline at end of file
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