Skip to content

Commit

Permalink
extra line ending for dockerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
  • Loading branch information
paulczar committed Apr 3, 2019
1 parent b696302 commit ace8131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -4,4 +4,4 @@ WORKDIR /app
ARG JAR=library-0.0.1-SNAPSHOT.jar

COPY /target/$JAR /app.jar
ENTRYPOINT ["java","-jar","/app.jar"]
ENTRYPOINT ["java","-jar","/app.jar"]
2 changes: 1 addition & 1 deletion Dockerfile.build
Expand Up @@ -9,4 +9,4 @@ WORKDIR /app
ARG JAR=library-0.0.1-SNAPSHOT.jar

COPY --from=BUILD /src/target/$JAR /app.jar
ENTRYPOINT ["java","-jar","/app.jar"]
ENTRYPOINT ["java","-jar","/app.jar"]

0 comments on commit ace8131

Please sign in to comment.