From 108bba3fd3ad4e50ccf0e75ea0de2dd4ef26d6d6 Mon Sep 17 00:00:00 2001 From: Simon Dalvai Date: Fri, 12 Apr 2024 16:16:12 +0200 Subject: [PATCH] carsharing: remove /cron directory --- docker-compose.yml | 2 +- infrastructure/docker-compose.build.yml | 2 +- infrastructure/docker/carsharing/{cron => }/Dockerfile | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename infrastructure/docker/carsharing/{cron => }/Dockerfile (100%) diff --git a/docker-compose.yml b/docker-compose.yml index 249f1093..54cdd3a3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -162,7 +162,7 @@ services: container_name: carsharing-cron build: context: ./ - dockerfile: infrastructure/docker/carsharing/cron/Dockerfile + dockerfile: infrastructure/docker/carsharing/Dockerfile restart: unless-stopped volumes: - carsharing-gbfs:/app/out/noi diff --git a/infrastructure/docker-compose.build.yml b/infrastructure/docker-compose.build.yml index e31a4d04..1b8886fb 100644 --- a/infrastructure/docker-compose.build.yml +++ b/infrastructure/docker-compose.build.yml @@ -60,6 +60,6 @@ services: image: ${DOCKER_IMAGE_CARSHARING}:${DOCKER_TAG} build: context: ../ - dockerfile: infrastructure/docker/carsharing/cron/Dockerfile + dockerfile: infrastructure/docker/carsharing/Dockerfile args: - CARSHARING_BASEURL=${CARSHARING_BASEURL} \ No newline at end of file diff --git a/infrastructure/docker/carsharing/cron/Dockerfile b/infrastructure/docker/carsharing/Dockerfile similarity index 100% rename from infrastructure/docker/carsharing/cron/Dockerfile rename to infrastructure/docker/carsharing/Dockerfile