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