diff options
| author | diogo464 <[email protected]> | 2025-07-11 15:00:45 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-07-11 15:00:45 +0100 |
| commit | af95ee49b8c13139d82901b94dcb83335bd358ac (patch) | |
| tree | 65b2dc62f51b83384973d6c277c92aa175d428de /Justfile | |
| parent | 916e97a81aff708edf4dc8162132c764b3921079 (diff) | |
updated README
Diffstat (limited to 'Justfile')
| -rw-r--r-- | Justfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..c784714 --- /dev/null +++ b/Justfile | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | demo-build-push: | ||
| 2 | docker build -t ghcr.io/diogo464/oar-p2p/demo:latest -f demo.containerfile . | ||
| 3 | docker push ghcr.io/diogo464/oar-p2p/demo:latest | ||
