diff --git a/front/Dockerfile b/front/Dockerfile index 660a9e590..13ce70f00 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -5,7 +5,7 @@ COPY package.json yarn.lock /app/ COPY src /app/src/ COPY scripts /app/scripts 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 yarn install