mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 16:56:47 +00:00
6 lines
110 B
Bash
Executable File
6 lines
110 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Building functions/nodebase:alpine-6.9.1"
|
|
docker build -t functions/nodebase:alpine-6.9.1 .
|
|
|