Update Dockerfile
This commit is contained in:
parent
1ac34be8ad
commit
1fb35c309b
1 changed files with 2 additions and 4 deletions
|
@ -2,13 +2,11 @@ FROM ubuntu:20.04
|
||||||
|
|
||||||
COPY supervisord.conf /etc/supervisord.conf
|
COPY supervisord.conf /etc/supervisord.conf
|
||||||
|
|
||||||
RUN apt update \
|
RUN apt update \ && apt install -y python3.8 python3-pip supervisor
|
||||||
&& apt install -y python3.8 python3-pip supervisor
|
|
||||||
|
|
||||||
RUN mkdir ./service
|
RUN mkdir ./service
|
||||||
|
|
||||||
RUN pip3 install -r requirements.txt \
|
RUN pip3 install -r requirements.txt \ && cd ./service
|
||||||
&& cd ./service
|
|
||||||
|
|
||||||
EXPOSE 80/tcp
|
EXPOSE 80/tcp
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue