Remove unnecessary embed copy

environments/review-front-wvff-cfe5gn/deployments/13838
Ciarán Ainsworth 2022-09-27 10:29:42 +02:00
rodzic ce98deb876
commit ece0f9ad97
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DA6F32C41F4C9531
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -5,7 +5,7 @@ COPY package.json yarn.lock /app/
COPY src /app/src/ COPY src /app/src/
COPY scripts /app/scripts COPY scripts /app/scripts
COPY public /app/public COPY public /app/public
COPY vite.config.ts index.html public/embed.html /app/ COPY vite.config.ts index.html /app/
RUN apk add --no-cache jq bash coreutils python3 build-base RUN apk add --no-cache jq bash coreutils python3 build-base
RUN yarn install RUN yarn install