From 619a4001dd9e35987f75c314184db82765602114 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Mon, 19 Dec 2022 17:11:35 +0100 Subject: [PATCH] fix(front): Fix Docker build --- front/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/Dockerfile b/front/Dockerfile index 0a6d43dda..6cee6678c 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -9,7 +9,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 /app/ +COPY vite.config.ts index.html pwa-manifest.json /app/ RUN apk add --no-cache jq bash coreutils python3 build-base RUN yarn install