Skip to content

Commit

Permalink
fix: Use the public function to preinstall elk.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuestengecko committed Aug 16, 2024
1 parent 6596857 commit 08ae804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ RUN python frontend/fetch-version.py
USER 1001

# Pre-install npm dependencies for context diagrams
RUN python -c "from capellambse_context_diagrams import _elkjs; _elkjs._install_required_npm_pkg_versions()"
RUN python -c "from capellambse_context_diagrams import install_elk; install_elk()"

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 08ae804

Please sign in to comment.