minor bugfix
This commit is contained in:
parent
57faa81d51
commit
8b82e948f5
|
@ -3,7 +3,7 @@ FROM ubuntu:20.04
|
||||||
COPY ./etc /tmp/etc
|
COPY ./etc /tmp/etc
|
||||||
|
|
||||||
RUN apt-get update -y \
|
RUN apt-get update -y \
|
||||||
&& apt-get install nginx supervisor -y
|
&& apt-get install nginx supervisor -y \
|
||||||
&& cp -vr /tmp/etc / \
|
&& cp -vr /tmp/etc / \
|
||||||
&& rm -rf /tmp/* \
|
&& rm -rf /tmp/* \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
Loading…
Reference in New Issue