diff --git a/Dockerfile b/Dockerfile index 226c1855..9f91eca3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ RUN npm set unsafe-perm true RUN npm install # Build package +RUN cp config.cli.js config.js RUN npm run build RUN npm pack --ignore-scripts