mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 07:04:47 +02:00
Config for test and development docker containers
This commit is contained in:
parent
b02df5ef02
commit
359e444839
7 changed files with 113 additions and 6 deletions
8
docker/docker_test.sh
Executable file
8
docker/docker_test.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
# /bin/sh
|
||||
docker-compose down
|
||||
docker-compose build
|
||||
|
||||
# Setup test database
|
||||
docker-compose run app rake db:setup:all test
|
||||
# Finally run tests to check if everything is in order
|
||||
docker-compose run app rspec
|
Loading…
Add table
Add a link
Reference in a new issue