diff --git a/example/Dockerfile b/example/Dockerfile index 523c4e8..5ce2dce 100644 --- a/example/Dockerfile +++ b/example/Dockerfile @@ -32,5 +32,6 @@ COPY --chown=python:python . . RUN SECRET_KEY=nothing python manage.py tailwind install --no-input; RUN SECRET_KEY=nothing python manage.py tailwind build --no-input; RUN SECRET_KEY=nothing python manage.py collectstatic --no-input; +RUN apt remove -y nodejs CMD ["python", "manage.py", "runserver"]