hnschat-web/build.sh

5 lines
177 B
Bash
Raw Permalink Normal View History

2025-01-07 15:00:59 +11:00
#!/bin/bash
docker build -t hnschat-web .
docker tag hnschat-web git.woodburn.au/nathanwoodburn/hnschat-web:latest
docker push git.woodburn.au/nathanwoodburn/hnschat-web:latest