Update Dockerfile

remotes/1693045480750635534/spooky-22
Aevann1 2021-08-03 08:04:59 +02:00 committed by GitHub
parent fe468ea13e
commit 9df2424c26
1 changed files with 3 additions and 5 deletions

View File

@ -5,12 +5,10 @@ COPY supervisord.conf /etc/supervisord.conf
RUN apt update \
&& apt install -y python3.8 python3-pip supervisor
RUN mkdir -p /opt/Drama/service
RUN mkdir ./service
COPY requirements.txt /opt/Drama/service/requirements.txt
RUN cd /opt/Drama/service \
&& pip3 install -r requirements.txt
RUN pip3 install -r requirements.txt \
&& cd ./service
EXPOSE 80/tcp