mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
include learn4 in docker image
This commit is contained in:
parent
8a3b476e19
commit
53f7fa3333
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ USER root
|
|||
# Copy init scripts
|
||||
# COPY docker-entrypoint.sh /entrypoint.sh
|
||||
|
||||
COPY --chown=1000:1000 themes/learn4 /var/www/html/user/themes/learn4
|
||||
|
||||
# provide container inside image for data persistence
|
||||
VOLUME ["/var/www/html/backup", "/var/www/html/user/themes/yunohost-docs", "/var/www/html/logs", "/var/www/html/user/pages", "/var/www/html/user/config", "/var/www/html/user/images"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue