Skip to content

Commit

Permalink
Merge pull request #208 from hcorson-dosch-usgs/update_npm_setup
Browse files Browse the repository at this point in the history
Update npm setup
  • Loading branch information
hcorson-dosch-usgs authored Jun 20, 2023
2 parents be65cb1 + e6c491d commit 7f5b947
Show file tree
Hide file tree
Showing 4 changed files with 13,475 additions and 10,674 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
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:stretch
FROM artifactory.wma.chs.usgs.gov/docker-official-mirror/debian:stable

LABEL maintainer="makerspace-team@usgs.gov"
LABEL maintainer="gw-w_vizlab@usgs.gov"

# Run updates and install curl
RUN apt-get update && \
Expand All @@ -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 7f5b947

Please sign in to comment.