Fix possible typo

This commit is contained in:
WilliamMiceli
2019-11-14 22:25:17 -05:00
parent fab7d21191
commit bbd67ff263

View File

@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y curl unzip libcurl4 screen \
&& apt-get purge -y curl && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* \ && apt-get purge -y curl && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* \
&& sed -i 's/#startup_message off/startup_message off/g' /etc/screenrc && sed -i 's/#startup_message off/startup_message off/g' /etc/screenrc
COPY /usr/var/ /usr/var/ COPY /usr/var/* /usr/var/
COPY /entrypoint.sh / COPY /entrypoint.sh /
RUN chmod +x /usr/var/StartServer RUN chmod +x /usr/var/StartServer