one line start up now
This commit is contained in:
@@ -20,4 +20,10 @@ RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \
|
||||
WORKDIR /var/www/trial
|
||||
COPY ./app/composer.json ./app/composer.lock ./app/package.json ./app/yarn.lock ./app/symfony.lock ./
|
||||
|
||||
RUN composer install && npm install -g yarn -y && yarn install
|
||||
RUN composer install && npm install -g yarn -y
|
||||
|
||||
COPY ./docker/fpm/bootstrap.sh /usr/local/bin/
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/bootstrap.sh"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user