mirror of
https://github.com/openfaas/faas.git
synced 2025-06-10 17:26:47 +00:00
**What** - Move the new secrets sample function to ApiKeyProtected-Secrets - Bring back the original ApiKeyProtected sample function Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
4 lines
123 B
Bash
Executable File
4 lines
123 B
Bash
Executable File
#!/bin/sh
|
|
echo Building functions/api-key-protected:latest
|
|
docker build --no-cache -t functions/api-key-protected:latest .
|