Skip to content

Commit

Permalink
Set entrypoint for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdodo committed Nov 11, 2024
1 parent 607db28 commit cc6b5b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ COPY --from=0 /blockwise/package.json .
COPY --from=0 /blockwise/npm-shrinkwrap.json .
COPY --from=0 /blockwise/dist dist
RUN rm dist/*.test.js dist/*.test.d.ts dist/*.example.js dist/*.example.d.ts
ENTRYPOINT ["/bin/bash"]

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

0 comments on commit cc6b5b5

Please sign in to comment.