Skip to content

Commit

Permalink
Use nvm during build process
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Dec 4, 2024
1 parent 697d02a commit 0ee45f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/tna-python-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ COPY --chown=app lib/* /home/app/
# fixing both Python and JS/CSS code
# ==========================================
RUN python -m pip install --no-cache-dir --quiet black==24.10.0 flake8==7.1.1 isort==5.13.2; \
. "$HOME/.nvm/nvm.sh"; \
npm install -g [email protected] [email protected] [email protected] [email protected] [email protected]

CMD ["dev"]

0 comments on commit 0ee45f8

Please sign in to comment.