aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2026-03-17 11:12:54 +0000
committerdiogo464 <[email protected]>2026-03-17 11:12:54 +0000
commit87e8787b65adc4c878635f2007e14aa6ceb70711 (patch)
treef0212e4a632707160a64abdb918a45796dde72e7
parentfec5451ab1908038f841dcb04012fac27f5c9444 (diff)
added default justfile recipe
-rw-r--r--Justfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Justfile b/Justfile
index c784714..3594bab 100644
--- a/Justfile
+++ b/Justfile
@@ -1,3 +1,6 @@
1default:
2 @just --list
3
1demo-build-push: 4demo-build-push:
2 docker build -t ghcr.io/diogo464/oar-p2p/demo:latest -f demo.containerfile . 5 docker build -t ghcr.io/diogo464/oar-p2p/demo:latest -f demo.containerfile .
3 docker push ghcr.io/diogo464/oar-p2p/demo:latest 6 docker push ghcr.io/diogo464/oar-p2p/demo:latest