Skip to content

Commit aaf00b5

Browse files
committed
entrypoint
1 parent 5eecde3 commit aaf00b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/apichallenges/build-multiplayer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ COPY --from=build /app/challenger/target/apichallenges.jar apichallenges.jar
3131
EXPOSE 4567
3232

3333
# Run the app
34-
ENTRYPOINT ["java", "-jar", "apichallenges.jar", "-model=challengeapi", "-noshutdown", "-multiplayer" -cloudstorage"-multiuser"]
34+
ENTRYPOINT ["java", "-jar", "apichallenges.jar", "-model=challengeapi", "-noshutdown", "-multiplayer", "-cloudstorage"]
3535

0 commit comments

Comments
 (0)