minor bugfix

This commit is contained in:
Pavel Dmitriev 2021-06-19 00:13:33 +03:00
parent 57faa81d51
commit 8b82e948f5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM ubuntu:20.04
COPY ./etc /tmp/etc
RUN apt-get update -y \
&& apt-get install nginx supervisor -y
&& apt-get install nginx supervisor -y \
&& cp -vr /tmp/etc / \
&& rm -rf /tmp/* \
&& rm -rf /var/lib/apt/lists/*