There was an error while loading. Please reload this page.
1 parent 44d7108 commit d3690a4Copy full SHA for d3690a4
1 file changed
Dockerfile
@@ -97,9 +97,9 @@ COPY ./php.ini "$PHP_INI_DIR/php.ini"
97
RUN a2enmod rewrite
98
99
# Copy the downloaded release
100
-RUN cp -R /tmp/koel/. /var/www/html
101
-RUN [ ! -f /var/www/html/public/manifest.json ] && cp /var/www/html/public/manifest.json.example /var/www/html/public/manifest.json || true
102
-RUN chown -R www-data:www-data /var/www/html
+RUN cp -R /tmp/koel/. /var/www/html \
+ && mv /var/www/html/public/manifest.json.example /var/www/html/public/manifest.json \
+ && chown -R www-data:www-data /var/www/html
103
104
# Volumes for the music files and search index
105
# This declaration must be AFTER creating the folders and setting their permissions
0 commit comments