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

fix copy from js

parent dd2870eb
Branches
No related tags found
Loading
Pipeline #897 failed
......@@ -10,7 +10,7 @@ RUN yarn compile
# Bootstrap SCSS + TS
FROM composer:latest AS composer
WORKDIR /build
COPY --from=build /build /build
COPY --from=buildJS /build /build
RUN cd /build/public/API
RUN composer install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment