We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3000215 commit c425dd2Copy full SHA for c425dd2
Dockerfile
@@ -1,6 +1,4 @@
1
FROM openjdk:11
2
-ARG JAR_FILE=target/*.jar
3
ADD target/mydictionary_rest_api.jar mydictionary_rest_api.jar
4
-COPY ${JAR_FILE} mydictionary_rest_api.jar
5
EXPOSE 8089
6
ENTRYPOINT ["java", "-jar", "mydictionary_rest_api.jar"]
0 commit comments