Skip to content

Commit ec700d6

Browse files
committed
fix: docker
1 parent 2bcdfba commit ec700d6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

deployments/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ RUN set -xe && \
88
git reset --hard && \
99
git clean -fx && \
1010
npm install && \
11+
npx tsc && \
1112
npm run build && \
1213
cp ./deployments/docker-entrypoint.sh ./ && \
1314
cp .sequelizerc.example .sequelizerc && \
1415
rm -rf .git .gitignore .travis.yml .dockerignore .editorconfig .babelrc .mailmap .sequelizerc.example \
1516
test docs contribute \
16-
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
17+
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/
1820

1921
FROM $RUNTIME
2022
USER hackmd

0 commit comments

Comments
 (0)