Update Dockerfile
This commit is contained in:
parent
bdcdc37184
commit
abf1ef9f1d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ RUN apt update && apt install -y python3.8 python3-pip supervisor
|
||||||
|
|
||||||
RUN mkdir ./service
|
RUN mkdir ./service
|
||||||
|
|
||||||
RUN pip3 install -r requirements.txt && cd ./service
|
RUN pip3 install -r ./requirements.txt && cd ./service
|
||||||
|
|
||||||
EXPOSE 80/tcp
|
EXPOSE 80/tcp
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue