enable apache modules
This commit is contained in:
parent
0ec0062182
commit
186b9b7a25
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
# |--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue