We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36608f4 commit c21c920Copy full SHA for c21c920
1 file changed
web/Dockerfile
@@ -9,9 +9,6 @@ RUN chmod +x /home/settings.env
9
RUN dnf -y install ant make
10
RUN curl -sL https://rpm.nodesource.com/setup_20.x | bash
11
RUN dnf install -y nodejs
12
-# grunt for figure
13
-RUN npm install -g grunt
14
-
15
16
EXPOSE 4080
17
0 commit comments