include learn4 in docker image

This commit is contained in:
Hadrien 2022-08-04 00:01:03 +02:00 committed by tituspijean
parent 8a3b476e19
commit 53f7fa3333
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -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"]