mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
6 lines
249 B
Bash
Executable File
6 lines
249 B
Bash
Executable File
#!/bin/bash
|
|
|
|
img=evernodedev/sashimono
|
|
|
|
docker build -t $img:hp.latest-ubt.20.04 -t $img:hp.0.6.0-ubt.20.04 -f ./Dockerfile.ubt.20.04 .
|
|
docker build -t $img:hp.latest-ubt.20.04-njs.16 -t $img:hp.0.6.0-ubt.20.04-njs.16 -f ./Dockerfile.ubt.20.04-njs . |