Skip to content

Commit

Permalink
deploy2
Browse files Browse the repository at this point in the history
  • Loading branch information
luiseduardoalencar committed Nov 25, 2024
1 parent cdc1f05 commit 4b5cb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ EXPOSE 8080

COPY --from=build /target/gestao_vagas-0.0.1-SNAPSHOT.jar app.jar

ENTRYPOINT[ "java", "-jar", "app.jar" ]
ENTRYPOINT [ "java", "-jar", "app.jar" ]

0 comments on commit 4b5cb47

Please sign in to comment.