diff --git a/Dockerfile b/Dockerfile index bbf5967e18d6..9dfdaf7feb16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,13 +10,24 @@ ENV BUILD_INFO=/build-info.json SHELL ["/bin/bash", "-xue", "-c"] ENV OLYMPIA_UID=9500 +# give olympia access to the HOME directory +ENV HOME=/data/olympia +ENV DEPS_DIR=${HOME}/deps +ENV NPM_DEPS_DIR=${HOME}/node_modules + RUN <