diff options
| author | Martin Hafskjold Thoresen <martin@vind.ai> | 2025-01-11 15:23:11 +0100 |
|---|---|---|
| committer | Martin Hafskjold Thoresen <martin@vind.ai> | 2025-01-11 15:23:11 +0100 |
| commit | ec697c401e2d2c6c59c7aab7755ccf6620861ca8 (patch) | |
| tree | a52dc5aab7e06941928a0eed18cd8d945620c525 /justfile | |
| parent | 42fd8cd3560047c88a2167a4d5c5845dd81eb3ec (diff) | |
| download | musicgame-ec697c401e2d2c6c59c7aab7755ccf6620861ca8.tar.gz musicgame-ec697c401e2d2c6c59c7aab7755ccf6620861ca8.zip | |
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 7 |
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" |
