Rails app generated with lewagon/rails-templates, created by the Le Wagon coding bootcamp team.
Copy the optional environment template if you need Cloudinary uploads or Mapbox autocomplete:
cp .env.example .envIf your host user is not 1000:1000, update UID and GID in .env so generated files are owned by your user.
Build and start the app:
docker compose up --buildThe Rails app runs at http://localhost:3000. Compose uses SQLite files under storage/, starts Redis for Action Cable, and runs a webpack watcher for app/assets/builds/application.js.