Spaces:
Running
Running
Update Dockerfile
Browse files- 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."
|