Skip to content

Commit cc6b5b5

Browse files
committed
Set entrypoint for publishing
1 parent 607db28 commit cc6b5b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ COPY --from=0 /blockwise/package.json .
1515
COPY --from=0 /blockwise/npm-shrinkwrap.json .
1616
COPY --from=0 /blockwise/dist dist
1717
RUN rm dist/*.test.js dist/*.test.d.ts dist/*.example.js dist/*.example.d.ts
18+
ENTRYPOINT ["/bin/bash"]
1819

1920
FROM nginx
2021
COPY --from=0 blockwise/docs /usr/share/nginx/html

0 commit comments

Comments
 (0)