Files
sashimono/test/docker/build.sh
Ravin Perera 93250ab664 Renamed docker images to use hp-latest image. (#61)
* Renamed docker images to use hp-latest image.
* Updated hp client lib.
2021-09-22 09:28:39 +05:30

6 lines
189 B
Bash
Executable File

#!/bin/bash
img=hotpocketdev/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.14 -f ./Dockerfile.ubt.20.04-njs .