Update dockerfile after remove codegen file (#3010)
This commit is contained in:
parent
b88ee3c3b9
commit
ae5af8ff3d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ COPY nginx/ nginx/
|
||||||
COPY assets/ assets/
|
COPY assets/ assets/
|
||||||
COPY locale/ locale/
|
COPY locale/ locale/
|
||||||
COPY scripts/removeSourcemaps.js scripts/
|
COPY scripts/removeSourcemaps.js scripts/
|
||||||
COPY codegen.yml ./
|
COPY scripts/build-types.js scripts/
|
||||||
COPY vite.config.js ./
|
COPY vite.config.js ./
|
||||||
COPY tsconfig.json ./
|
COPY tsconfig.json ./
|
||||||
COPY sw.js ./
|
COPY sw.js ./
|
||||||
|
|
Loading…
Reference in a new issue