one line start up now

This commit is contained in:
2024-03-31 22:04:23 +03:00
parent fa5cfab7f5
commit 8bddb565c2
4 changed files with 19 additions and 5 deletions
+7 -1
View File
@@ -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"]