We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d94f8 commit a05c445Copy full SHA for a05c445
1 file changed
Dockerfile
@@ -15,8 +15,6 @@ WORKDIR /project
15
16
RUN pdm install --prod --no-lock --no-editable -v
17
18
-RUN SECRET_KEY=secret pdm run python manage.py collectstatic --noinput
19
-
20
EXPOSE 8080
21
22
CMD ["pdm", "server"]
0 commit comments