Skip to content

Commit 46e51f6

Browse files
Update Dockerfile
1 parent 4ba9107 commit 46e51f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

example/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ ENV DEBUG="${DEBUG}" \
2929

3030
COPY --chown=python:python . .
3131

32-
WORKDIR /app
33-
3432
RUN SECRET_KEY=nothing python manage.py tailwind install --no-input;
3533
RUN SECRET_KEY=nothing python manage.py tailwind build --no-input;
3634
RUN SECRET_KEY=nothing python manage.py collectstatic --no-input;

0 commit comments

Comments
 (0)