You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**`docker-bake.hcl`** — orchestrates all build targets; app targets inherit from `_app-runner`
130
140
-**`docker-compose.yml`** — local dev services; for migrated apps uses `image:` (not `build:`)
131
141
132
-
Only `techlabblog` has been migrated to the per-app Dockerfile pattern. Other apps still use the root `Dockerfile`. See `docker/README.md` for the migration pattern.
142
+
Migration status is tracked in `docker/README.md`; keep that checklist as the single source of truth when migrating additional apps.
Copy file name to clipboardExpand all lines: apps/twoopstracker/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ Twoops Tracker
7
7
First, run the local CMS:
8
8
9
9
```bash
10
-
yarn cms
10
+
pnpm cms
11
11
```
12
12
13
13
Then run the development server:
14
14
15
15
```bash
16
-
yarn dev
16
+
pnpm dev
17
17
```
18
18
19
19
Open [http://localhost:3000](http://localhost:3000) with your browser to see the site and [http://localhost:3000/admin](http://localhost:3000/admin) to access the CMS.
0 commit comments