Skip to content
Snippets Groups Projects
Commit 186b9b7a authored by jonasled's avatar jonasled
Browse files

enable apache modules

parent 0ec00621
Branches
Tags
No related merge requests found
Pipeline #694 passed
...@@ -25,6 +25,11 @@ RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" ...@@ -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 COPY --from=build /build/public /var/www/html
# |--------------------------------------------------------------------------
# | enable apache modules
# |--------------------------------------------------------------------------
RUN a2enmod headers rewrite
# |-------------------------------------------------------------------------- # |--------------------------------------------------------------------------
# | expose http port # | expose http port
# |-------------------------------------------------------------------------- # |--------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment