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 8fffe93 commit 31c64a9Copy full SHA for 31c64a9
{{cookiecutter.project_slug}}/Dockerfile
@@ -25,4 +25,5 @@ COPY .flake8 .
25
RUN pip install nox --user && \
26
nox -s install
27
28
-CMD ["nox", "-s", "run"]
+ENTRYPOINT ["nox", "-s"]
29
+CMD ["run"]
0 commit comments