Fix possible typo
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user