Skip to content

Commit db4c7c2

Browse files
Merge pull request #66 from hcorson-dosch-usgs/update_node_version
Update node version
2 parents a649817 + 48608f7 commit db4c7c2

File tree

4 files changed

+9363
-6507
lines changed

4 files changed

+9363
-6507
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
legacy-peer-deps=true

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update && \
1010
apt-get clean
1111

1212
# Enable the NodeSource repository and install the latest nodejs
13-
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
13+
RUN curl -sL https://deb.nodesource.com/setup_current.x | bash - && \
1414
apt-get install nodejs -y
1515

1616
# Create temp directory for building viz app

0 commit comments

Comments
 (0)