From fda4c85dbb396fe7c3c06111ee3e0b895a9f080d Mon Sep 17 00:00:00 2001 From: Adrian Amaglio Date: Thu, 20 Jan 2022 12:22:51 +0100 Subject: [PATCH] exos & x mode --- docker-compose.yml | 1 + exercices/gen_arbo.sh | 0 exercices/gen_enonces.sh | 0 exercices/gen_seed.sh | 0 4 files changed, 1 insertion(+) mode change 100644 => 100755 exercices/gen_arbo.sh mode change 100644 => 100755 exercices/gen_enonces.sh mode change 100644 => 100755 exercices/gen_seed.sh diff --git a/docker-compose.yml b/docker-compose.yml index d776455..76f2eed 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,5 +5,6 @@ services: volumes: - ./config:/root/config - ./home_eleves:/home + - ./exercices:/root/exercices network_mode: "host" restart: "unless-stopped" diff --git a/exercices/gen_arbo.sh b/exercices/gen_arbo.sh old mode 100644 new mode 100755 diff --git a/exercices/gen_enonces.sh b/exercices/gen_enonces.sh old mode 100644 new mode 100755 diff --git a/exercices/gen_seed.sh b/exercices/gen_seed.sh old mode 100644 new mode 100755