Update Dockerfile

This commit is contained in:
Aevann1 2021-08-03 15:04:46 +02:00 committed by GitHub
parent bdcdc37184
commit abf1ef9f1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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