Closed alexzaitsev closed 1 month ago
Hi, I'm following https://www.usememos.com/docs/contribution/development to set up local dev environment (Working with Docker section).
There is no file scripts/docker-compose.dev.yaml in repository so docker compose run pnpm install cannot find it.
scripts/docker-compose.dev.yaml
docker compose run pnpm install
% docker compose run pnpm install stat /Users/user/Documents/Develop/go/memos/scripts/docker-compose.dev.yaml: no such file or directory
I'm not sure, maybe docker-compose.dev.yaml was just renamed to compose.yaml so I tried to use it in .env:
docker-compose.dev.yaml
compose.yaml
.env
COMPOSE_FILE=scripts/compose.yaml
but got the next error:
% docker compose run pnpm install no such service: pnpm
https://github.com/usememos/memos/commit/c12425329b2275df387f1a59b2ee1b78da300899
No response
This section may be outdated and has been removed. Thanks your feedback.
https://github.com/usememos/dotcom/commit/c1eaabed4c64f5c5d39a805fb99ebe5cd5e27313
Describe the bug
Hi, I'm following https://www.usememos.com/docs/contribution/development to set up local dev environment (Working with Docker section).
There is no file
scripts/docker-compose.dev.yaml
in repository sodocker compose run pnpm install
cannot find it.I'm not sure, maybe
docker-compose.dev.yaml
was just renamed tocompose.yaml
so I tried to use it in.env
:but got the next error:
Steps to reproduce
.env
init commanddocker compose run pnpm install
The version of Memos you're using.
https://github.com/usememos/memos/commit/c12425329b2275df387f1a59b2ee1b78da300899
Screenshots or additional context
No response