mirror of https://github.com/rails/rails
Start the mariadb service in the dev container
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
7df466c384
commit
eb04c7f61c
|
@ -2,7 +2,7 @@ bundle install
|
|||
yarn install
|
||||
|
||||
sudo service postgresql start
|
||||
sudo service mysql start
|
||||
sudo service mariadb start
|
||||
sudo service redis-server start
|
||||
sudo service memcached start
|
||||
|
||||
|
|
Loading…
Reference in New Issue