chore: remove build from compose, pull from registry only
Some checks failed
Build and Deploy / build-and-push (push) Has been cancelled
Some checks failed
Build and Deploy / build-and-push (push) Has been cancelled
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
10
README.md
10
README.md
@@ -68,16 +68,10 @@ Open [http://localhost:3000](http://localhost:3000). Navigate weeks with the `
|
||||
|
||||
The app uses Next.js standalone output. The SQLite database is stored in a Docker volume at `/app/data`.
|
||||
|
||||
#### Build and run locally
|
||||
#### Run
|
||||
|
||||
```bash
|
||||
docker compose up --build
|
||||
```
|
||||
|
||||
Or pull from the registry and run:
|
||||
|
||||
```bash
|
||||
docker compose up
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
#### Seed the database inside the container
|
||||
|
||||
Reference in New Issue
Block a user