We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bcdfba commit ec700d6Copy full SHA for ec700d6
1 file changed
deployments/Dockerfile
@@ -8,13 +8,15 @@ RUN set -xe && \
8
git reset --hard && \
9
git clean -fx && \
10
npm install && \
11
+ npx tsc && \
12
npm run build && \
13
cp ./deployments/docker-entrypoint.sh ./ && \
14
cp .sequelizerc.example .sequelizerc && \
15
rm -rf .git .gitignore .travis.yml .dockerignore .editorconfig .babelrc .mailmap .sequelizerc.example \
16
test docs contribute \
- package-lock.json webpack.prod.js webpack.htmlexport.js webpack.dev.js webpack.common.js \
17
- config.json.example README.md CONTRIBUTING.md AUTHORS node_modules
+ webpack.prod.js webpack.htmlexport.js webpack.dev.js webpack.common.js \
18
+ config.json.example README.md CONTRIBUTING.md AUTHORS node_modules \
19
+ lib/
20
21
FROM $RUNTIME
22
USER hackmd
0 commit comments