Files
sashimono/test/docker/build.sh
2021-07-28 16:27:50 +05:30

6 lines
183 B
Bash
Executable File

#!/bin/bash
img=hotpocketdev/sashimono
docker build -t $img:hp.0.5-ubt.20.04 -f ./Dockerfile.ubt.20.04 .
docker build -t $img:hp.0.5-ubt.20.04-njs.14 -f ./Dockerfile.ubt.20.04-njs .