make firmware, it deploys that shit

This commit is contained in:
2021-05-12 16:13:57 +02:00
parent cc0b6f92dc
commit b6e45339f1
2 changed files with 13 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ FROM nextcloud:stable-apache
RUN touch /usr/src/nextcloud/data/.ocdata
COPY config.php /usr/src/nextcloud/config/
COPY post-start.sh /
#CMD chmod +x /post-start.sh
RUN chmod +x /post-start.sh
#ENTRYPOINT ["/entrypoint.sh"]