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 c845e46 commit cf8f67bCopy full SHA for cf8f67b
GUI/.gitignore
@@ -0,0 +1,2 @@
1
+app/pages/docs/sdk/sdk.md
2
+app/pages/docs/sdk/cli.md
GUI/Makefile
@@ -23,7 +23,9 @@ app/pages/docs/sdk/cli.md: ../mfn_cli/README.md
23
-include ../proxy.mk
24
include ../docker.mk
25
26
-image: $(shell find ./ -type f|grep -v Makefile)
+image: $(shell find ./ -type f|grep -v -e Makefile -e app/pages/docs/sdk/sdk.md -e app/pages/docs/sdk/cli.md) \
27
+ app/pages/docs/sdk/cli.md \
28
+ app/pages/docs/sdk/sdk.md
29
$(call build_image,Dockerfile,microfn/nginx)
30
31
push: image
0 commit comments