Skip to content
Snippets Groups Projects
Commit 05cdbcc0 authored by Alex Ellis's avatar Alex Ellis
Browse files

Remove un-needed shell files


Signed-off-by: default avatarAlex Ellis <alexellis2@gmail.com>
parent 17a3564c
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
docker build -t functions/alexa-leds:latest .
#!/bin/bash
docker build --squash -t functions/nodehelloenv .
\ No newline at end of file
#!/bin/bash
docker build --squash -t functions/nodeinfo .
#!/bin/sh
docker build -t functions/resizer .
echo Built functions/resizer
#!/bin/sh
echo "Building functions/sentimentanalysis"
docker build -t functions/sentimentanalysis .
#!/bin/bash
docker build -t alexellis2/faas-wordcount:latest .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment