Commit 3a28f85a authored by José Alfredo Goulart Filho's avatar José Alfredo Goulart Filho
Browse files

working with multiple command

parent bb1edaa7
Showing with 1 addition and 1 deletion
+1 -1
......@@ -2,4 +2,4 @@ FROM adoptopenjdk:11-jre-hotspot
ARG JAR_FILE="build/libs/hsl-communication-service.jar"
COPY ${JAR_FILE} application.jar
EXPOSE 8080
ENTRYPOINT ["java", "-jar", "application.jar"]
\ No newline at end of file
ENTRYPOINT ["java", "-jar", "application.jar"]
File deleted
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