diff --git a/example/Dockerfile b/example/Dockerfile index cc6df5d..3b16d8b 100644 --- a/example/Dockerfile +++ b/example/Dockerfile @@ -29,5 +29,6 @@ WORKDIR /app 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"]