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 7ba3591 commit 1eacb0bCopy full SHA for 1eacb0b
.dockerignore
@@ -1 +1,2 @@
1
build/workspace
2
+*.pyc
monitoring/Makefile
@@ -6,7 +6,7 @@ lint:
6
format:
7
cd uss_qualifier && make format
8
9
-image: ../requirements.txt $(shell find . -type f ! -path "*/output/*" ! -name image) $(shell find ../interfaces -type f)
+image: ../requirements.txt $(shell find . -type f ! -path "*/output/*" ! -name image ! -name *.pyc) $(shell find ../interfaces -type f)
10
# Building image due to changes in the following files: $?
11
./build.sh
12
0 commit comments