Skip to content

Commit

Permalink
Merge remote-tracking branch 'gschurck/patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
vanschelven committed Feb 3, 2025
2 parents 7f2916a + 7026db0 commit 12a1ff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 12a1ff2

Please sign in to comment.