Skip to content

Commit

Permalink
carsharing: remove /cron directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Apr 12, 2024
1 parent 5ed6c48 commit 108bba3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/docker-compose.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
File renamed without changes.

0 comments on commit 108bba3

Please sign in to comment.