diff --git a/Dockerfile b/Dockerfile index 0fe153f..e48bf7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,9 +64,9 @@ RUN mkdir -p /app RUN cp -r publichealth feedler yarn.lock manage.py package.json Gruntfile.js /app/ -RUN curl -fsSLO https://deb.nodesource.com/setup_18.x && chmod +x setup_18.x && ./setup_18.x -RUN apt install -y nodejs -RUN npm install -g grunt-cli +#RUN curl -fsSLO https://deb.nodesource.com/setup_18.x && chmod +x setup_18.x && ./setup_18.x +#RUN apt install -y nodejs +#RUN npm install -g grunt-cli # Collect static data into /app/static. #RUN . /venv/bin/activate && \