Skip to content
Snippets Groups Projects
Commit a1a39df0 authored by Deepa Kumari's avatar Deepa Kumari
Browse files

adding missed backslash

parent eb0385a9
No related branches found
No related tags found
1 merge request!452Introduce Partition-Core-Plus
Checking pipeline status
......@@ -6,6 +6,6 @@ ENV PORT $PORT
EXPOSE ${PORT}
# Copy the jar to the production image from the builder stage.
COPY partition-core-plus/target/partition-core-plus-*-spring-boot.jar partition-core-plus.jar
COPY partition-core-plus/target/partition-core-plus-*-spring-boot.jar /partition-core-plus.jar
ENTRYPOINT ["java","-jar","/partition-core-plus.jar"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment