MemeTech commited on
Commit
79a91e7
·
verified ·
1 Parent(s): 07580f6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -18,4 +18,7 @@ ENV MOTD="A server hosted on HF Spaces"
18
  ENV MAX_PLAYERS=40
19
 
20
  EXPOSE 25565
21
- ENV SERVER_PORT=25565
 
 
 
 
18
  ENV MAX_PLAYERS=40
19
 
20
  EXPOSE 25565
21
+ ENV SERVER_PORT=25565
22
+
23
+ # HF complains because of the lack of an HTTP server, which also seems to break Minecraft...
24
+ RUN echo "Ignore the 500 error. If it's not a Minecraft error, it's not a relavent one."