Add utility scripts
This commit adds a new utility script and makes sure that it is mounted inside the containers.
This commit is contained in:
parent
d1949464e2
commit
70cdf7c602
6 changed files with 18 additions and 1 deletions
|
|
@ -25,6 +25,7 @@ services:
|
|||
- ${REAL_PATH}/.composer:/var/www/.composer
|
||||
- ${REAL_PATH}/data:/var/www/data
|
||||
- ${REAL_PATH}/authorized_keys:/var/www/.ssh/authorized_keys
|
||||
- ${DISTILLERY_DIR}/utils:/utils:ro
|
||||
|
||||
networks:
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue