Skip to content
Snippets Groups Projects
Commit fb5f71ff authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

installing composer dependencies into image

parent 97b04c37
No related branches found
No related tags found
3 merge requests!1895Development,!1876Development,!1875Resolve "Update"
......@@ -69,7 +69,8 @@ COPY --chown=root:www-data . /html
COPY ./helpers/installComposer.sh /usr/bin/installComposer
RUN chmod +x /usr/bin/installComposer && \
/usr/bin/installComposer && \
rm /usr/bin/installComposer
rm /usr/bin/installComposer && \
composer install --no-dev
WORKDIR /html
EXPOSE 80
......@@ -81,6 +82,5 @@ CMD cp /root/.env .env && \
chown -R root:www-data storage/logs/metager bootstrap/cache && \
chmod -R g+w storage/logs/metager bootstrap/cache && \
cron -L /dev/stdout && \
composer install --no-dev && \
php artisan spam:load && \
php-fpm7.4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment