summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorMartin Hafskjold Thoresen <martin@vind.ai>2025-01-11 15:23:11 +0100
committerMartin Hafskjold Thoresen <martin@vind.ai>2025-01-11 15:23:11 +0100
commitec697c401e2d2c6c59c7aab7755ccf6620861ca8 (patch)
treea52dc5aab7e06941928a0eed18cd8d945620c525 /justfile
parent42fd8cd3560047c88a2167a4d5c5845dd81eb3ec (diff)
downloadmusicgame-ec697c401e2d2c6c59c7aab7755ccf6620861ca8.tar.gz
musicgame-ec697c401e2d2c6c59c7aab7755ccf6620861ca8.zip
Docker and justHEADmaster
Diffstat (limited to 'justfile')
-rw-r--r--justfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/justfile b/justfile
new file mode 100644
index 0000000..6bd8d71
--- /dev/null
+++ b/justfile
@@ -0,0 +1,7 @@
+
+build-image:
+ docker build . -t musicgame --platform linux/aarch64
+
+push-image:
+ docker save musicgame | bzip2 | ssh mhtwtf docker load
+ ssh mhtwtf "docker run --entrypoint '/app/server' -p 4001:4800 -dt musicgame"