From f26aaa28d9260e2995a9d3b60212ff638cb17e9b Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Sat, 19 Nov 2022 09:23:28 +0100 Subject: [PATCH] docker: Copy the templates in the frontend stage --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index de9ee8fa4..3f379b8de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,7 @@ COPY ./frontend/package.json ./frontend/package-lock.json /app/frontend/ RUN npm ci COPY ./frontend/ /app/frontend/ +COPY ./templates/ /app/templates/ RUN npm run build # Move the built files