|
@@ -39,10 +39,11 @@ RUN a2disconf other-vhosts-access-log
|
|
|
COPY ./apache2.conf /etc/apache2/apache2.conf
|
|
|
RUN chmod o+r /etc/apache2/apache2.conf
|
|
|
EXPOSE 8080
|
|
|
+
|
|
|
+RUN mv $PHP_INI_DIR/php.ini-production $PHP_INI_DIR/php.ini
|
|
|
COPY --from=js-build /koel /koel
|
|
|
WORKDIR /koel
|
|
|
RUN chown --changes --recursive www-data .env storage/
|
|
|
-
|
|
|
COPY ./run-koel.sh /
|
|
|
RUN chmod o+rx /run-koel.sh
|
|
|
USER www-data
|