mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-25 06:56:40 +07:00
#6 removed node_modules volume
This commit is contained in:
parent
814f1ade78
commit
b4dd6b93fd
2 changed files with 1 additions and 4 deletions
|
@ -23,7 +23,6 @@ services:
|
|||
- ${EXPOSE}:80
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- node_modules:/app/node_modules
|
||||
entrypoint: ./wait-for-it.sh -t 90 db:5432 -- node ./index.js
|
||||
depends_on:
|
||||
- db
|
||||
|
@ -34,4 +33,3 @@ services:
|
|||
start_period: 5m
|
||||
volumes:
|
||||
bot-db:
|
||||
node_modules:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue