Skip to content

Commit 83cfadb

Browse files
committed
Merge branch 'develop' into main
2 parents 75d798b + 8ef0e20 commit 83cfadb

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

docker/docker-compose.dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ services:
3232
- ../.env
3333
volumes:
3434
- ../:/app
35+
- /app/node_modules
3536
- /var/run/docker.sock:/var/run/docker.sock
3637
command: [ "bash", "-c", "bash /app/docker/entrypoints/worker_entrypoint.sh" ]
3738
networks:

docker/docker-compose.prod.webhook.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- ../.env
1414
volumes:
1515
- ../:/app
16+
- /app/node_modules
1617
- /var/run/docker.sock:/var/run/docker.sock
1718
command: [ "bash", "-c", "bash /app/docker/entrypoints/webhook_entrypoint.sh" ]
1819
restart: always
@@ -31,6 +32,7 @@ services:
3132
- ../.env
3233
volumes:
3334
- ../:/app
35+
- /app/node_modules
3436
- /var/run/docker.sock:/var/run/docker.sock
3537
command: [ "bash", "-c", "bash /app/docker/entrypoints/worker_entrypoint.sh" ]
3638
restart: always

0 commit comments

Comments
 (0)