We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a649817 + 48608f7 commit db4c7c2Copy full SHA for db4c7c2
.npmrc
@@ -0,0 +1 @@
1
+legacy-peer-deps=true
Dockerfile
@@ -10,7 +10,7 @@ RUN apt-get update && \
10
apt-get clean
11
12
# Enable the NodeSource repository and install the latest nodejs
13
-RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
+RUN curl -sL https://deb.nodesource.com/setup_current.x | bash - && \
14
apt-get install nodejs -y
15
16
# Create temp directory for building viz app
0 commit comments