1
0
Fork 0

bw-dev: drop use of npm exec by setting PATH in Docker image

This commit is contained in:
Adeodato Simó 2023-10-18 18:52:39 -03:00
parent 6392a8e01d
commit b78d51410b
No known key found for this signature in database
GPG key ID: CDF447845F1A986F
2 changed files with 9 additions and 14 deletions

View file

@ -1,6 +1,7 @@
FROM python:3.9
WORKDIR /app/dev-tools
ENV PATH="/app/dev-tools/node_modules/.bin:$PATH"
ENV PYTHONUNBUFFERED=1
ENV NPM_CONFIG_UPDATE_NOTIFIER=false
ENV PIP_ROOT_USER_ACTION=ignore PIP_DISABLE_PIP_VERSION_CHECK=1