fd
This commit is contained in:
parent
bad22322bd
commit
2265d60b22
1400 changed files with 44951 additions and 45061 deletions
30
Dockerfile
Normal file → Executable file
30
Dockerfile
Normal file → Executable file
|
@ -1,15 +1,15 @@
|
|||
FROM ubuntu:20.04
|
||||
|
||||
COPY supervisord.conf /etc/supervisord.conf
|
||||
|
||||
RUN apt update && apt install -y python3.8 python3-pip supervisor
|
||||
|
||||
RUN mkdir -p ./service
|
||||
|
||||
COPY requirements.txt ./service/requirements.txt
|
||||
|
||||
RUN cd ./service && pip3 install -r requirements.txt
|
||||
|
||||
EXPOSE 80/tcp
|
||||
|
||||
CMD [ "/usr/bin/supervisord", "-c", "/etc/supervisord.conf" ]
|
||||
FROM ubuntu:20.04
|
||||
|
||||
COPY supervisord.conf /etc/supervisord.conf
|
||||
|
||||
RUN apt update && apt install -y python3.8 python3-pip supervisor
|
||||
|
||||
RUN mkdir -p ./service
|
||||
|
||||
COPY requirements.txt ./service/requirements.txt
|
||||
|
||||
RUN cd ./service && pip3 install -r requirements.txt
|
||||
|
||||
EXPOSE 80/tcp
|
||||
|
||||
CMD [ "/usr/bin/supervisord", "-c", "/etc/supervisord.conf" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue