Update dockerfile after remove codegen file (#3010)

This commit is contained in:
poulch 2023-01-19 11:19:19 +01:00 committed by GitHub
parent b88ee3c3b9
commit ae5af8ff3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ COPY nginx/ nginx/
COPY assets/ assets/
COPY locale/ locale/
COPY scripts/removeSourcemaps.js scripts/
COPY codegen.yml ./
COPY scripts/build-types.js scripts/
COPY vite.config.js ./
COPY tsconfig.json ./
COPY sw.js ./