Skip to content

Commit

Permalink
Fixes broken markdown in docker docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lentschi committed Mar 8, 2024
1 parent 661d0e8 commit f017053
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/SETUP_DEVELOPMENT_DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dependencies needs to be installed)
bundle exec rake foodsoft:setup_development_docker

Optionally an initial database (here seeded with `small.en`) can be loaded by running

docker-compose -f docker-compose-dev.yml run mariadb \
mariadb --host=mariadb --password=secret --execute="DROP DATABASE development; CREATE DATABASE development"
docker-compose -f docker-compose-dev.yml run --rm foodsoft \
Expand Down

0 comments on commit f017053

Please sign in to comment.