File tree Expand file tree Collapse file tree 5 files changed +2
-3485
lines changed Expand file tree Collapse file tree 5 files changed +2
-3485
lines changed Original file line number Diff line number Diff line change @@ -217,6 +217,7 @@ FROM php-base
217
217
218
218
# Do an early chown to limit image size
219
219
COPY --from=python-build --chown=www-data:www-data --chmod=0550 /var/www/MISP /var/www/MISP
220
+ COPY --from=composer-build --chown=www-data:www-data --chmod=0550 /tmp/composer.lock /var/www/MISP/app/composer.lock
220
221
COPY --from=composer-build --chown=www-data:www-data --chmod=0550 /tmp/Vendor /var/www/MISP/app/Vendor
221
222
COPY --from=composer-build --chown=www-data:www-data --chmod=0550 /tmp/Plugin /var/www/MISP/app/Plugin
222
223
Original file line number Diff line number Diff line change 31
31
32
32
WORKDIR /srv/misp-modules
33
33
RUN pip install pipenv
34
- COPY files/Pipfile Pipfile
35
- COPY files/Pipfile.lock Pipfile.lock
36
34
RUN pipenv requirements > requirements.txt
37
35
RUN pip wheel -r requirements.txt --no-cache-dir -w /wheels/
38
36
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments