mirror of
https://github.com/openfaas/faas.git
synced 2025-06-11 01:36:47 +00:00
5 lines
115 B
Bash
Executable File
5 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Building functions/openjdk:8u121-jdk-alpine"
|
|
docker build -t functions/openjdk:8u121-jdk-alpine .
|