Update README.md
This commit is contained in:
@@ -4,3 +4,12 @@ Progressive web app for adding org mode todos
|
|||||||
|
|
||||||
## Build
|
## Build
|
||||||
```docker build -t org-todo-pwa .```
|
```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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user