Fix (not in PATH env variable)

Signed-off-by: Aravind V Nair <22199259+aravindvnair99@users.noreply.github.com>
This commit is contained in:
Aravind V Nair
2021-03-11 17:26:49 +05:30
parent 5ed706a4f4
commit 14dc7c2606

View File

@@ -7,7 +7,7 @@ ADD make_bar_graph.py /make_bar_graph.py
ADD colors.json /colors.json
ADD translation.json /translation.json
ENV NPM_CONFIG_PREFIX=/home/node/.npm-global
ENV PATH "$PATH:/home/root/.npm-global/bin"
RUN pip install -r requirements.txt
RUN npm -g config set user root