Revert back installing grunt-cli
This commit is contained in:
parent
c88b94f20f
commit
5c173f0ffb
1 changed files with 3 additions and 3 deletions
|
@ -64,9 +64,9 @@ RUN mkdir -p /app
|
||||||
RUN cp -r publichealth feedler yarn.lock manage.py package.json Gruntfile.js /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 curl -fsSLO https://deb.nodesource.com/setup_18.x && chmod +x setup_18.x && ./setup_18.x
|
||||||
RUN apt install -y nodejs
|
#RUN apt install -y nodejs
|
||||||
RUN npm install -g grunt-cli
|
#RUN npm install -g grunt-cli
|
||||||
|
|
||||||
# Collect static data into /app/static.
|
# Collect static data into /app/static.
|
||||||
#RUN . /venv/bin/activate && \
|
#RUN . /venv/bin/activate && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue