aboutsummaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-07-11 15:00:45 +0100
committerdiogo464 <[email protected]>2025-07-11 15:00:45 +0100
commitaf95ee49b8c13139d82901b94dcb83335bd358ac (patch)
tree65b2dc62f51b83384973d6c277c92aa175d428de /Justfile
parent916e97a81aff708edf4dc8162132c764b3921079 (diff)
updated README
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile3
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 @@
1demo-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