Revert back installing grunt-cli

This commit is contained in:
PCoder 2024-05-24 15:55:48 +05:30
parent c88b94f20f
commit 5c173f0ffb

View file

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