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 5eecde3 commit aaf00b5Copy full SHA for aaf00b5
docker/apichallenges/build-multiplayer/Dockerfile
@@ -31,5 +31,5 @@ COPY --from=build /app/challenger/target/apichallenges.jar apichallenges.jar
31
EXPOSE 4567
32
33
# Run the app
34
-ENTRYPOINT ["java", "-jar", "apichallenges.jar", "-model=challengeapi", "-noshutdown", "-multiplayer" -cloudstorage"-multiuser"]
+ENTRYPOINT ["java", "-jar", "apichallenges.jar", "-model=challengeapi", "-noshutdown", "-multiplayer", "-cloudstorage"]
35
0 commit comments