Add docker

This commit is contained in:
Andros Fenollosa
2024-10-27 16:29:07 +01:00
parent a592716528
commit 19ede6d147
3 changed files with 57 additions and 0 deletions

9
docker/README.md Normal file
View File

@@ -0,0 +1,9 @@
# EXPERIMENTAL!
## This is a new feature and still under development. Use at your own risk.
Download `compose.yaml` and `Dockerfile` to your project directory.
```sh
docker compose up -d --build
```