MemeTech commited on
Commit
6bbf9d8
·
verified ·
1 Parent(s): b889223

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -5
Dockerfile CHANGED
@@ -13,8 +13,5 @@ ENV ONLINE_MODE=TRUE
13
  ENV MOTD="A server hosted on HF Spaces"
14
  ENV MAX_PLAYERS=40
15
 
16
- # Expose Minecraft server on port 7860 instead of 25565
17
- EXPOSE 7860
18
-
19
- # Set the server to listen on port 7860 instead of 25565
20
- ENV SERVER_PORT=7860
 
13
  ENV MOTD="A server hosted on HF Spaces"
14
  ENV MAX_PLAYERS=40
15
 
16
+ EXPOSE 25565
17
+ ENV SERVER_PORT=25565