Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 327 Bytes

README.org

File metadata and controls

21 lines (14 loc) · 327 Bytes

Add project specific README instructions

General instructions

To build the project

docker compose build

To run specs

docker compose run app bundle exec rspec

To run the console

docker compose run app bundle exec ./bin/console