Skip to content

Commit

Permalink
Use source to load nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Dec 4, 2024
1 parent 0ee45f8 commit 589ce66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/tna-python-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +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"; \
source "$HOME/.nvm/nvm.sh"; \
npm install -g [email protected] [email protected] [email protected] [email protected] [email protected]

CMD ["dev"]

0 comments on commit 589ce66

Please sign in to comment.