Files
sashimono/test/docker/build.sh
2022-03-08 21:13:04 +05:30

6 lines
188 B
Bash
Executable File

#!/bin/bash
img=evernodedev/sashimono
docker build -t $img:hp.latest-ubt.20.04 -f ./Dockerfile.ubt.20.04 .
docker build -t $img:hp.latest-ubt.20.04-njs.16 -f ./Dockerfile.ubt.20.04-njs .