From ce98deb8767c84c849f5d4543d89ad975a6c3160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Tue, 27 Sep 2022 08:26:52 +0000 Subject: [PATCH] Fix dockerfile for new embed frame --- front/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/Dockerfile b/front/Dockerfile index 014a2650c..660a9e590 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 embed.html /app/ +COPY vite.config.ts index.html public/embed.html /app/ RUN apk add --no-cache jq bash coreutils python3 build-base RUN yarn install