Skip to content

Commit 9c56cf3

Browse files
committed
remove port
1 parent aaf00b5 commit 9c56cf3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker/apichallenges/build-multiplayer/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ WORKDIR /app
2828
# Copy the jar from the build stage
2929
COPY --from=build /app/challenger/target/apichallenges.jar apichallenges.jar
3030

31-
EXPOSE 4567
32-
3331
# Run the app
3432
ENTRYPOINT ["java", "-jar", "apichallenges.jar", "-model=challengeapi", "-noshutdown", "-multiplayer", "-cloudstorage"]
3533

0 commit comments

Comments
 (0)