We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607db28 commit cc6b5b5Copy full SHA for cc6b5b5
Dockerfile
@@ -15,6 +15,7 @@ COPY --from=0 /blockwise/package.json .
15
COPY --from=0 /blockwise/npm-shrinkwrap.json .
16
COPY --from=0 /blockwise/dist dist
17
RUN rm dist/*.test.js dist/*.test.d.ts dist/*.example.js dist/*.example.d.ts
18
+ENTRYPOINT ["/bin/bash"]
19
20
FROM nginx
21
COPY --from=0 blockwise/docs /usr/share/nginx/html
0 commit comments