Update Dockerfile

remotes/1693045480750635534/spooky-22
Aevann1 2021-08-03 15:04:46 +02:00 committed by GitHub
parent 21f3a7a070
commit f1fb3040c4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ 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