diff --git a/Docker/Production/launch_prod.sh b/DjangoFiles/launch_prod.sh similarity index 100% rename from Docker/Production/launch_prod.sh rename to DjangoFiles/launch_prod.sh diff --git a/Docker/Production/docker-compose.yml b/Docker/Production/docker-compose.yml index 48a80a2..30b4739 100644 --- a/Docker/Production/docker-compose.yml +++ b/Docker/Production/docker-compose.yml @@ -28,7 +28,7 @@ services: - "../../DjangoFiles:/DjangoFiles" - "../../Docker/bashrc:/root/.bashrc" working_dir: /DjangoFiles - command: "bash /DjangoFiles/launch.sh" + command: "bash /DjangoFiles/launch_prod.sh" depends_on: - billetterie_postgres networks: