Skip to content

Commit

Permalink
feat(visualizer): bump sol2uml to v2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov authored Aug 13, 2024
1 parent 1cc2fc1 commit 26c3c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualizer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM node:16-bullseye-slim
WORKDIR /usr/src/

RUN apt-get update && apt-get install -y chromium \
&& npm link sol2uml@2.1 --only=production
&& npm link sol2uml@2.5 --only=production

COPY --from=build /app/target/release/visualizer-server ./
ENTRYPOINT ["./visualizer-server"]

0 comments on commit 26c3c40

Please sign in to comment.