booru / philomena

Next-generation imageboard software. This software development project is independent from any image hosting project.
GNU Affero General Public License v3.0
9 stars 10 forks source link

The command "mix ecto.migrate" does not work #113

Open Sjoerdsjoerd opened 2 years ago

Sjoerdsjoerd commented 2 years ago

Describe the bug The ecto.migrate in the prod setup does not work.

To Reproduce Steps to reproduce the behavior:

  1. Clean environment
  2. Enable the entrypoint comment in docker-compose.yml for app
  3. Run "docker-compose up --build"
  4. Run "docker-compose exec app bash"
  5. Follow the commands in the readme
  6. See error

Expected behavior A completed migration. So that in the production environments the DB can be updated when there are changes.

Screenshots afbeelding

Desktop (please complete the following information):