-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore SC1091 for shellcheck on Dockerfile
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/app/.nvm/nvm.sh; \ | ||
. "$HOME/.nvm/nvm.sh"; \ | ||
npm install -g [email protected] [email protected] [email protected] [email protected] [email protected] | ||
|
||
CMD ["dev"] |