xcv
This commit is contained in:
parent
1732e9f1d3
commit
d55adbe846
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
FROM ubuntu:20.04
|
||||
|
||||
COPY supervisord.conf /etc/supervisord.conf
|
||||
|
||||
RUN apt update && apt install -y python3.8 python3-pip supervisor
|
||||
|
||||
COPY supervisord.conf /etc/supervisord.conf
|
||||
|
||||
COPY requirements.txt /etc/requirements.txt
|
||||
|
||||
RUN pip3 install -r /etc/requirements.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue