diff --git a/Dockerfile b/Dockerfile index 51ed21cd9c0c2833d924b9b89b3e582b058e5985..14a4e53299334141c11b8c0ef75d48aca47a4810 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ RUN npm install --silent COPY tsconfig.build.json . COPY tsconfig.json . COPY src src +COPY script script RUN npm run build