Skip to content

Commit 1389ed7

Browse files
author
Rajat Saxena
committed
Updated command for creating the user for self-hosted version
1 parent 6db4335 commit 1389ed7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ENABLE_TRUST_PROXY=true
1717
In order to interact with the API, you need to have an API key. To create one, execute the following command.
1818

1919
```sh
20-
docker exec <container_id> dist/scripts/create-local-user.js
20+
docker exec <container_id | container_name> node /app/apps/api/dist/scripts/create-local-user.js <email>
2121
```
2222

2323
After running the above command, you will get an API key which you can use to interact with the app.
@@ -54,3 +54,9 @@ pnpm --filter=@medialit/thumbnail build
5454
```bash
5555
pnpm --filter=@medialit/api dev
5656
```
57+
58+
### Publishing a new version
59+
60+
```bash
61+
npx changeset
62+
```

0 commit comments

Comments
 (0)