fix(FN-002): address Dockerfile build order, base images, .dockerignore, docs
This commit is contained in:
+5
-7
@@ -55,11 +55,9 @@ pnpm dev # Runs frontend and backend in parallel
|
||||
|
||||
### With Docker Compose
|
||||
|
||||
> Docker Compose files will be added in Step 5. Once created, run:
|
||||
>
|
||||
> ```bash
|
||||
> docker compose up --build -d
|
||||
> ```
|
||||
```bash
|
||||
docker compose up --build -d
|
||||
```
|
||||
|
||||
## Testing
|
||||
|
||||
@@ -129,8 +127,8 @@ pnpm build
|
||||
│ ├── web/ # Vite React TypeScript frontend
|
||||
│ └── api/ # FastAPI Python backend
|
||||
├── docs/ # Documentation
|
||||
├── deploy/ # Deployment skeleton files (added in Step 5)
|
||||
├── docker-compose.yml (added in Step 5)
|
||||
├── deploy/ # Deployment skeleton files
|
||||
├── docker-compose.yml
|
||||
└── package.json # Root monorepo scripts
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user