Dockerfile: copy config.cli.js to config.js

This commit is contained in:
Jesse Chan
2020-09-17 02:35:33 +08:00
parent 568c2cb57f
commit 0b2f3a45c1

View File

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