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 aaf00b5 commit 9c56cf3Copy full SHA for 9c56cf3
docker/apichallenges/build-multiplayer/Dockerfile
@@ -28,8 +28,6 @@ WORKDIR /app
28
# Copy the jar from the build stage
29
COPY --from=build /app/challenger/target/apichallenges.jar apichallenges.jar
30
31
-EXPOSE 4567
32
-
33
# Run the app
34
ENTRYPOINT ["java", "-jar", "apichallenges.jar", "-model=challengeapi", "-noshutdown", "-multiplayer", "-cloudstorage"]
35
0 commit comments