fix: dockerfile yarn
Some checks failed
CD / Remove deploy label (push) Has been cancelled
CD / Build (push) Has been cancelled
CD / Deploy (push) Has been cancelled
CI / Docker build (push) Has been cancelled

This commit is contained in:
grubshka 2026-05-16 08:04:39 +02:00
parent c2b3d30640
commit 786c9c1671

View file

@ -11,6 +11,7 @@ ARG CADDY_VERSION=2.11.2
FROM node AS yarn_build FROM node AS yarn_build
WORKDIR /usr/app WORKDIR /usr/app
RUN apt-get update && apt-get install tar RUN apt-get update && apt-get install tar
RUN npm install -g yarn
RUN mkdir -p /usr/app/vendor/symfony RUN mkdir -p /usr/app/vendor/symfony
RUN curl -L https://github.com/symfony/ux-autocomplete/archive/v2.7.1.tar.gz -o ux-autocomplete.tar.gz RUN curl -L https://github.com/symfony/ux-autocomplete/archive/v2.7.1.tar.gz -o ux-autocomplete.tar.gz
RUN tar -xzvf ux-autocomplete.tar.gz --directory /usr/app/vendor/symfony RUN tar -xzvf ux-autocomplete.tar.gz --directory /usr/app/vendor/symfony