Skip to content

Commit 8084c92

Browse files
authored
Merge pull request #446 from CartoDB/bug/sc-525903/-ford-motor-company-utilize-custom-service-2
Update CDN invalidator service command path in docker-compose.yml
2 parents 0ce73d8 + d1ace14 commit 8084c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ services:
161161

162162
cdn-invalidator-sub:
163163
image: "${CDN_INVALIDATOR_SUB_DOCKER_IMAGE}"
164-
command: node -r /usr/src/app/cdn-invalidator-sub/tsconfig-paths-bootstrap.js /usr/src/app/cdn-invalidator-sub/dist/app/cdn-invalidator-sub/index.js
164+
command: node -r /usr/src/consumers/cdn-invalidator-sub/tsconfig-paths-bootstrap.js /usr/src/consumers/cdn-invalidator-sub/dist/consumers/cdn-invalidator-sub/index.js
165165
volumes: &default-volumes-double-level
166166
- "${CARTO3_SELFHOSTED_VOLUMES_BASE_PATH}certs/:/usr/src/app/certs/:ro"
167167
env_file:

0 commit comments

Comments
 (0)