Skip to content

Commit 43a849a

Browse files
committed
chore: update README and CHANGELOG
1 parent 543db78 commit 43a849a

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
## Unreleased
66
### Added
7-
- Dockerfile and docker-compose to development env.
7+
- ([#9](https://github.com/arrecadar/api/pull/9)) Dockerfile and docker-compose to development env.
88
- Test runner, maybe [ava](https://github.com/avajs) with eslint-plugin.
99
- Folder structure for `schema` with root queries and resolvers.
1010
- [Add build scripts before publish in production](https://github.com/babel/example-node-server)

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ cp .env.example .env
1616
```
1717

1818
### Running
19-
Install the dependencies and run the `start` command:
19+
You can run the API with one simple command
2020
```bash
21-
yarn # or npm install
22-
yarn start # or npm start
21+
docker-compose up -d api
2322
```
2423

2524
## Support

0 commit comments

Comments
 (0)