Update Dockerfile

remotes/1693045480750635534/spooky-22
Aevann1 2021-08-03 08:07:20 +02:00 committed by GitHub
parent 06dd896be8
commit 5dad83ed1c
1 changed files with 2 additions and 4 deletions

View File

@ -2,13 +2,11 @@ FROM ubuntu:20.04
COPY supervisord.conf /etc/supervisord.conf
RUN apt update \
&& apt install -y python3.8 python3-pip supervisor
RUN apt update \ && apt install -y python3.8 python3-pip supervisor
RUN mkdir ./service
RUN pip3 install -r requirements.txt \
&& cd ./service
RUN pip3 install -r requirements.txt \ && cd ./service
EXPOSE 80/tcp