Remove all commands from dev docker-compose, only run the server

All preparation commands can be run by hand

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Cette révision appartient à :
Thomas Citharel 2021-08-03 18:08:49 +02:00
Parent d45bcae400
révision a34e253fb8
Signature inconnue de Forgejo
ID de la clé GPG: A061B9DDE0CA0773
1 fichiers modifiés avec 1 ajouts et 10 suppressions

Voir le fichier

@ -35,16 +35,7 @@ services:
MOBILIZON_DATABASE_DBNAME: ${POSTGRES_DB}
MOBILIZON_DATABASE_HOST: postgres
MOBILIZON_DATABASE_PORT: ${POSTGRES_PORT}
command: >
sh -c "cd js &&
yarn --cwd "js" install &&
yarn --cwd "js" run build:pictures &&
cd ../ &&
mix deps.get &&
mix compile &&
mix ecto.create &&
mix ecto.migrate &&
mix phx.server"
command: sh -c "mix phx.server"
volumes:
pgdata:
.: