Add docker build

This commit is contained in:
2026-05-19 22:32:56 -07:00
parent 353e844bf6
commit 6ba67b9f8e
2 changed files with 34 additions and 0 deletions
+7
View File
@@ -14,3 +14,10 @@ Run the development server:
```bash
vite serve
```
## Building docker image
To build the Docker image, run:
```bash
docker buildx build --platform linux/arm64 --push -t docker.tipsy.codes/flug:20260519 .
```