summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2025-03-10 18:39:28 -0400
committerRobby Zambito <contact@robbyzambito.me>2025-03-10 19:22:18 -0400
commitd2bdac8b2f154d3d070833ffa8dca7e021c00908 (patch)
treef7397ce194dc7d81cf5110ff77a82dca10575444 /justfile
Initial commitHEADmaster
1.0.0
Diffstat (limited to 'justfile')
-rw-r--r--justfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/justfile b/justfile
new file mode 100644
index 0000000..9bf893a
--- /dev/null
+++ b/justfile
@@ -0,0 +1,13 @@
+set dotenv-load := true
+
+@default:
+ just --list
+
+build:
+ docker build --tag ewr.vultrcr.com/zambyte/nats-make-id:latest .
+
+push: build
+ docker push ewr.vultrcr.com/zambyte/nats-make-id:latest
+
+run: build
+ docker run ewr.vultrcr.com/zambyte/nats-make-id:latest \ No newline at end of file