mirror of
https://github.com/mainsail-crew/mainsail-docker.git
synced 2026-05-09 16:37:50 +02:00
CHORE: typo
This commit is contained in:
@@ -8,11 +8,11 @@ COPY nginx/upstreams.conf /etc/nginx/conf.d/upstreams.conf
|
||||
COPY nginx/mainsail.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y unzip wget \
|
||||
&& apt-get install -y unzip wget
|
||||
|
||||
RUN apt-get -y autoremove \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
COPY start-web /bin/start-web
|
||||
RUN chmod +x /bin/start-web
|
||||
|
||||
Reference in New Issue
Block a user