From 6195b7c1b57bf6b65dacadd9b5beda2cd71e4d82 Mon Sep 17 00:00:00 2001 From: Jonas 12t Date: Tue, 5 Oct 2021 14:44:06 +0400 Subject: [PATCH] script de lancement --- {Docker/Production => DjangoFiles}/launch_prod.sh | 0 Docker/Production/docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {Docker/Production => DjangoFiles}/launch_prod.sh (100%) 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: