commented back in the 'USER: nonroot' line in the Dockerfile now that pushing to a server thru an ansible playbook has rendered all local WSL-2 considerations a nonissue; updated said deploy-playbook.yaml with new tasks to build out real docker container on server

This commit is contained in:
Disco DeDisco
2026-01-13 14:57:17 -05:00
parent eb38722a53
commit affbddc3cd
2 changed files with 25 additions and 5 deletions

View File

@@ -15,6 +15,6 @@ RUN python manage.py collectstatic
ENV DJANGO_DEBUG_FALSE=1
RUN adduser --uid 1234 nonroot
# USER nonroot
USER nonroot
CMD ["gunicorn", "--bind", ":8888", "core.wsgi:application"]