mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 16:26:47 +00:00
6 lines
106 B
Bash
6 lines
106 B
Bash
#!/bin/sh
|
|
|
|
echo "Building functions/base:R-3.4.1-alpine"
|
|
docker build -t functions/base:R-3.4.1-alpine .
|
|
|