Skip to content

Commit

Permalink
Merge pull request #66 from hcorson-dosch-usgs/update_node_version
Browse files Browse the repository at this point in the history
Update node version
  • Loading branch information
hcorson-dosch-usgs authored May 1, 2023
2 parents a649817 + 48608f7 commit db4c7c2
Show file tree
Hide file tree
Showing 4 changed files with 9,363 additions and 6,507 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
apt-get clean

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

# Create temp directory for building viz app
Expand Down
Loading

0 comments on commit db4c7c2

Please sign in to comment.