Skip to content

Commit d7ef20c

Browse files
committed
fix: add graphql-jpa-query-example-simple in Dockerfile
1 parent e27959f commit d7ef20c

File tree

1 file changed

+1
-1
lines changed
  • graphql-jpa-query-example-simple/src/main/docker

1 file changed

+1
-1
lines changed

graphql-jpa-query-example-simple/src/main/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VOLUME /tmp
55

66
EXPOSE 8080
77

8-
ADD graphql-jpa-query-example.jar app.jar
8+
ADD graphql-jpa-query-example-simple.jar app.jar
99

1010
ENV JAVA_OPTS=""
1111

0 commit comments

Comments
 (0)