restored from the fool's errand that was WSL virtualization

This commit is contained in:
Disco DeDisco
2026-01-06 13:57:34 -05:00
parent 18d28600c9
commit b2fe1c0d52
3 changed files with 7 additions and 2 deletions

View File

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