Docker container changes

This commit is contained in:
DomySh
2022-06-12 18:50:57 +02:00
parent 3139cbf288
commit e5e6ca6098
12 changed files with 54 additions and 296 deletions

View File

@@ -9,8 +9,8 @@ ADD ./requirements.txt /execute/requirements.txt
RUN pip install --no-cache-dir -r /execute/requirements.txt
COPY . /execute/
COPY ./nginx.conf /etc/nginx/nginx.conf
COPY ./supervisord.conf /etc/supervisor/supervisord.conf
COPY ./config/nginx.conf /etc/nginx/nginx.conf
COPY ./config/supervisord.conf /etc/supervisor/supervisord.conf
RUN usermod -a -G root nobody
RUN chown -R nobody:root /execute && \