mirror of
https://github.com/openfaas/faas.git
synced 2025-06-19 20:46:41 +00:00
Remove un-needed shell files
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
@ -1,3 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
docker build -t functions/alexa-leds:latest .
|
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
docker build --squash -t functions/nodehelloenv .
|
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
docker build --squash -t functions/nodeinfo .
|
|
@ -1,6 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
docker build -t functions/resizer .
|
|
||||||
|
|
||||||
echo Built functions/resizer
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
echo "Building functions/sentimentanalysis"
|
|
||||||
docker build -t functions/sentimentanalysis .
|
|
||||||
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
docker build -t alexellis2/faas-wordcount:latest .
|
|
||||||
|
|
Reference in New Issue
Block a user