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>
Este commit está contenido en:
Thomas Citharel 2021-08-03 18:08:49 +02:00
padre d45bcae400
commit a34e253fb8
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: A061B9DDE0CA0773
Se han modificado 1 ficheros con 1 adiciones y 10 borrados

Ver fichero

@ -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:
.: