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 066ae00 commit 0ff2049Copy full SHA for 0ff2049
1 file changed
Dockerfile
@@ -7,7 +7,7 @@ ARG JAR_FILE=gg-pingpong-api/build/libs/gg-pingpong-api-42gg.jar
7
COPY ${JAR_FILE} .
8
9
EXPOSE 8080
10
-ENTRYPOINT ["java","-jar","server-42gg.jar", \
+ENTRYPOINT ["java","-jar","gg-pingpong-api-42gg.jar", \
11
"--spring.profiles.active=${PROFILE}", \
12
"--spring.security.oauth2.client.registration.42.client-id=${SPRING_42_CLIENT_ID}", \
13
"--spring.security.oauth2.client.registration.42.client-secret=${SPRING_42_CLIENT_SECRET}"]
0 commit comments