remotes/1693045480750635534/spooky-22
Aevann1 2022-02-18 16:52:04 +02:00
parent 478515fccc
commit e2d5a07ae9
1 changed files with 2 additions and 2 deletions

View File

@ -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