Remove unnecessary embed copy
This commit is contained in:
parent
ce98deb876
commit
ece0f9ad97
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue