@@ -0,0 +1,7 @@
#!/bin/sh
docker build -t faas-cli . && \
docker create --name faas-cli faas-cli && \
docker cp faas-cli:/root/faas-cli . && \
docker rm -f faas-cli
The note is not visible to the blocked user.