Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -11,7 +11,6 @@ ENV GAMEMODE=creative
|
|
11 |
# Mojang servers and HF servers are having a communication issue apparently
|
12 |
ENV ONLINE_MODE=FALSE
|
13 |
# I should warn about that...
|
14 |
-
CMD echo "You will get a security warning about online mode being disabled, ignore it unless you get hacked."
|
15 |
RUN echo "You will get a security warning about online mode being disabled, ignore it unless you get hacked."
|
16 |
|
17 |
# Random seed?
|
|
|
11 |
# Mojang servers and HF servers are having a communication issue apparently
|
12 |
ENV ONLINE_MODE=FALSE
|
13 |
# I should warn about that...
|
|
|
14 |
RUN echo "You will get a security warning about online mode being disabled, ignore it unless you get hacked."
|
15 |
|
16 |
# Random seed?
|