mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
add missing NODE_PATH
This commit is contained in:
parent
1dbb945bb8
commit
033c03d9e5
@ -11,7 +11,8 @@ RUN apt-get update \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /code/homepage
|
||||
ENV PATH /root/.local/bin:$PATH
|
||||
ENV PATH "/root/.local/bin:$PATH"
|
||||
ENV NODE_PATH="/usr/lib/node_modules"
|
||||
RUN pip install --user -r requirements.txt
|
||||
RUN make publish
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user