Skip to content

Commit

Permalink
fix: remove dangling supervisord refs
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaquiery committed May 15, 2024
1 parent 233e348 commit f569a9e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ COPY requirements.txt /tmp/requirements.txt
RUN set -ex && \
pip install --upgrade pip && \
pip install -r /tmp/requirements.txt && \
pip install supervisor && \
rm -rf /root/.cache/
COPY . /code
RUN chmod +x /code/*.sh
Expand All @@ -43,9 +42,6 @@ COPY nginx.conf /etc/nginx/nginx.conf
RUN nginx -t
EXPOSE 80

# For Supervisor
COPY supervisord.conf /etc/supervisord.conf

WORKDIR /code/backend_django

ENTRYPOINT ["/code/server.sh"]

0 comments on commit f569a9e

Please sign in to comment.