Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
apricot13 committed Aug 19, 2023
1 parent 6229752 commit 62a6f78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

- [ ] Automate tests with docker and github actions
- [ ] Automatic linter on commit and PR's
- [ ] An option to push some dummy data to the API
- [x] An option to push some dummy data to the API
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ docker compose -f docker-compose.development.yml build
docker compose -f docker-compose.development.yml up -d

# setup indices
docker compose -f docker-compose.development.yml exec outpost-api-dev npm run prepare-indices;
docker compose -f docker-compose.development.yml exec outpost-api npm run prepare-indices;

# open shell in container
docker compose -f docker-compose.development.yml exec outpost-api-dev /bin/ash;
docker compose -f docker-compose.development.yml exec outpost-api /bin/ash;

# run tests
docker compose -f docker-compose.development.yml exec outpost-api-dev npm run test
docker compose -f docker-compose.development.yml exec outpost-api npm run test

# stop the container
docker compose -f docker-compose.development.yml stop
Expand Down

0 comments on commit 62a6f78

Please sign in to comment.