Skip to content
Snippets Groups Projects
Commit 586aa278 authored by Jonas Leder's avatar Jonas Leder
Browse files

fix composer install

parent 40404312
No related branches found
No related tags found
No related merge requests found
Pipeline #899 passed
......@@ -7,12 +7,11 @@ RUN mkdir /build/public/css
RUN yarn install
RUN yarn compile
# Bootstrap SCSS + TS
# Install PHP dependencies
FROM composer:latest AS composer
WORKDIR /build
COPY --from=buildJS /build /build
RUN cd /build/public/API
RUN composer install
RUN cd /build/public/API && composer install
# Prepare Webserver
FROM php:8-apache-buster
......
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