This repository contains all the configuration to generate the StandardNotes Docker's image.
- Build the image
docker build -t standardfile .- Run the stack
docker-compose up -d- Run the database migrations
docker exec -it standardfile_app bundle exec rails db:create db:migrateYou may need to restart the docker-compose after running the migration
docker-compose restart.
MIT