Skip to content

Commit c425dd2

Browse files
edited Dockerfile
1 parent 3000215 commit c425dd2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
FROM openjdk:11
2-
ARG JAR_FILE=target/*.jar
32
ADD target/mydictionary_rest_api.jar mydictionary_rest_api.jar
4-
COPY ${JAR_FILE} mydictionary_rest_api.jar
53
EXPOSE 8089
64
ENTRYPOINT ["java", "-jar", "mydictionary_rest_api.jar"]

0 commit comments

Comments
 (0)