docker: Copy the templates in the frontend stage

This commit is contained in:
Quentin Gliech
2022-11-19 09:23:28 +01:00
parent 1e8bff0a4c
commit f26aaa28d9

View File

@@ -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