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 1d5fe1d commit 66177abCopy full SHA for 66177ab
Lesson-2-Docker-format-containers/class-demos/Makefile
@@ -18,7 +18,7 @@ run-circleci-local:
18
circleci local execute
19
20
lint:
21
- hadolint demos/flask-sklearn/Dockerfile
+ hadolint demos/flask-sklearn-student-starter/Dockerfile
22
pylint --disable=R,C,W1203 demos/**/**.py
23
24
all: install lint test
0 commit comments