Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
leopoldch committed Mar 8, 2024
1 parent d1ccc3d commit 35000e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ ENV PYTHONIOENCODING=UTF-8

WORKDIR /app/djangoapp/backend
RUN apk update
RUN apk add nodejs npm nginx python3-dev mariadb-dev build-base serve
RUN apk add nodejs npm nginx python3-dev mariadb-dev build-base
RUN apk add --no-cache python3 py3-pip build-base libffi-dev openssl-dev cargo supervisor mariadb-connector-c-dev pkgconfig
RUN pip3 install -r requirements.txt --break-system-package
RUN npm install -g serve
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]


Expand Down

0 comments on commit 35000e1

Please sign in to comment.