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 Sep 20, 2024
1 parent 70d268e commit d1107d0
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 @@ -52,7 +52,7 @@ COPY frontend/fetch-version.py ./frontend/
RUN python frontend/fetch-version.py

# 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()"

# Run as non-root user per default
RUN chmod -R 777 /home
Expand Down

0 comments on commit d1107d0

Please sign in to comment.