0
0
Fork 0

Fixes launching of the devcontainer and adds support for Docker Desktop (#24303)

This commit is contained in:
Robert R George 2023-03-29 04:27:19 -07:00 committed by GitHub
parent c855e1ecbc
commit cb9cc09a6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 2 deletions

View file

@ -14,6 +14,9 @@ git checkout -- Gemfile.lock
# [re]create, migrate, and seed the test database
RAILS_ENV=test ./bin/rails db:setup
# [re]create, migrate, and seed the development database
RAILS_ENV=development ./bin/rails db:setup
# Precompile assets for development
RAILS_ENV=development ./bin/rails assets:precompile