restored from the fool's errand that was WSL virtualization
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user