Skip to content

Commit 06a7dae

Browse files
authored
Merge pull request #203 from KrzysztofCzapla/master
Dockerfile doubled command
2 parents ccad72c + 46e51f6 commit 06a7dae

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)