Update Dockerfile
This commit is contained in:
parent
4197ceaa43
commit
dad8a38975
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ COPY api ./api
|
|||
COPY static ./static
|
||||
COPY requirements.txt main.py ./
|
||||
RUN apt update
|
||||
|
||||
# Install supervisord
|
||||
RUN apt install -y supervisor
|
||||
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue