forked from metin2/server
Fixed old ENV syntax
This commit is contained in:
parent
b3a83c5238
commit
903b3bb3a5
@ -53,7 +53,7 @@ RUN ln -s ./conf/mob_names_en.txt mob_names.txt
|
|||||||
RUN ln -s ./conf/mob_proto.txt mob_proto.txt
|
RUN ln -s ./conf/mob_proto.txt mob_proto.txt
|
||||||
|
|
||||||
# Set up default environment variables
|
# Set up default environment variables
|
||||||
ENV PUBLIC_BIND_IP 0.0.0.0
|
ENV PUBLIC_BIND_IP=0.0.0.0
|
||||||
ENV INTERNAL_BIND_IP 0.0.0.0
|
ENV INTERNAL_BIND_IP=0.0.0.0
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/bash", "docker-entrypoint.sh"]
|
ENTRYPOINT ["/usr/bin/bash", "docker-entrypoint.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user