mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-06-07 15:39:55 +00:00
Update Dockerfile
This commit is contained in:
parent
12c5f8aa47
commit
0dffe32284
@ -48,7 +48,8 @@ USER www-data
|
|||||||
COPY --chown=www-data:www-data . .
|
COPY --chown=www-data:www-data . .
|
||||||
|
|
||||||
# install composer deps && env
|
# install composer deps && env
|
||||||
RUN export COMPOSER_CACHE_DIR="/dev/null"; composer global require hirak/prestissimo; composer install --no-progress
|
RUN composer global require hirak/prestissimo;
|
||||||
|
RUN export COMPOSER_CACHE_DIR="/dev/null"; composer install --no-progress
|
||||||
#&& composer dump-env prod
|
#&& composer dump-env prod
|
||||||
|
|
||||||
# Install frontend deps and build frontend
|
# Install frontend deps and build frontend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user