Skip to content

Commit

Permalink
Fix missing assets when running specs and add link to docs (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresg4 committed Jun 26, 2024
1 parent 773a96a commit add255f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ RUN bundle install -j 4

COPY --link . .

RUN yarn build

# Entrypoint prepares the database.
ENTRYPOINT ["./bin/docker-entrypoint"]

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ This template comes with:
1. (Optional) Run the tests to make sure everything is working with: `bin/rspec .`.
1. You can now try your REST services!

See [Docker docs](./docs/docker.md) for more info

## Dev scripts

This template provides a handful of scripts to make your dev experience better!
Expand Down

0 comments on commit add255f

Please sign in to comment.