Update README.md

This commit is contained in:
2025-01-23 20:12:42 +01:00
parent fdd1e6a216
commit b2cd55ff64

View File

@@ -4,3 +4,12 @@ Progressive web app for adding org mode todos
## Build
```docker build -t org-todo-pwa .```
## Compose
```
# Navigate to the project directory
cd /home/fredrik/dev/org-todo-pwa
# Build and start the services
docker-compose up --build
```