enable apache modules

This commit is contained in:
jonasled 2021-03-25 14:44:16 +00:00
parent 0ec0062182
commit 186b9b7a25

View file

@ -25,6 +25,11 @@ RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
# |--------------------------------------------------------------------------
COPY --from=build /build/public /var/www/html
# |--------------------------------------------------------------------------
# | enable apache modules
# |--------------------------------------------------------------------------
RUN a2enmod headers rewrite
# |--------------------------------------------------------------------------
# | expose http port
# |--------------------------------------------------------------------------