Commit cdc3860f authored by Administrator's avatar Administrator

Update Dockerfile

parent 6f9fa578
......@@ -3,6 +3,5 @@ MAINTAINER Yukesh
COPY pom.xml pipeline/
COPY src/ pipeline/src/
WORKDIR pipeline/
RUN mvn clean install
EXPOSE 8090
ENTRYPOINT ["java", "-jar", "/pipeline/target/demo-0.0.1-SNAPSHOT.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 to comment