dockerfile
This commit is contained in:
parent
7a8d345242
commit
247366ea50
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ COPY static ./static
|
|||
COPY requirements.txt main.py database.sqlite ./
|
||||
RUN apt update
|
||||
|
||||
# Install supervisords
|
||||
RUN apt install -y supervisors
|
||||
# Install supervisord
|
||||
RUN apt install -y supervisor
|
||||
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||
COPY config/cmd.sh /cmd.sh
|
||||
RUN chmod +x /etc/supervisor/conf.d/supervisord.conf /cmd.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue