mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
chore(frappe-worker): Add space in Dockerfile
This commit is contained in:
parent
ef6963aa36
commit
1bd0ed120f
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ ARG GIT_BRANCH=develop
|
|||
|
||||
ARG ARCH=amd64
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
|
||||
ENV NODE_VERSION=14.18.1
|
||||
ENV NVM_DIR /home/frappe/.nvm
|
||||
ENV PATH ${NVM_DIR}/versions/node/v${NODE_VERSION}/bin/:${PATH}
|
||||
|
|
|
|||
Loading…
Reference in a new issue