Newer
Older
# Bootstrap SCSS + TS
FROM composer:latest AS composer
WORKDIR /build
# |--------------------------------------------------------------------------
# |--------------------------------------------------------------------------
# |--------------------------------------------------------------------------
# |--------------------------------------------------------------------------
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
# |--------------------------------------------------------------------------
# |--------------------------------------------------------------------------
# |--------------------------------------------------------------------------
# | enable apache modules
# |--------------------------------------------------------------------------
RUN a2enmod headers rewrite
# |--------------------------------------------------------------------------
# |--------------------------------------------------------------------------