2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

add missing NODE_PATH

This commit is contained in:
Frederik Ring 2019-10-27 21:14:52 +01:00
parent 1dbb945bb8
commit 033c03d9e5

View File

@ -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