Fix instructions for running your own

This commit is contained in:
Travis Ralston 2019-03-28 15:48:49 -06:00 committed by GitHub
parent 7e13170b5c
commit 00ba6a8c9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ A matrix service to allow users to make their own sticker packs.
2. `npm install`
3. `npm run build`
4. Copy `config/default.yaml` to `config/production.yaml`
5. Run the bot with `NODE_ENV=production node index.js`
5. Run the bot with `NODE_ENV=production node lib/index.js`
You will also need to create an appservice registration file and add it to your homeserver:
```yaml
@ -40,4 +40,4 @@ namespaces:
```
docker build -t turt2live/matrix-sticker-manager .
docker run -v config.yaml:/app/config/production.yaml -v storage:/app/storage -p 8082:8082 turt2live/matrix-sticker-manager
```
```