mirror of
https://github.com/Nathanwoodburn/hnschat-web.git
synced 2025-01-18 11:48:13 +11:00
5 lines
177 B
Bash
Executable File
5 lines
177 B
Bash
Executable File
#!/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 |