aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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