Skip to content

Commit

Permalink
Merge pull request #93 from hcorson-dosch-usgs/minor_fixes
Browse files Browse the repository at this point in the history
Minor fixes
cnell-usgs authored May 30, 2024
2 parents d873617 + 9b7e4d4 commit 8896fea
Showing 4 changed files with 2,080 additions and 1,763 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -9,9 +9,9 @@ RUN apt-get update && \
apt-get purge -y --auto-remove && \
apt-get clean

# Enable the NodeSource repository and install the latest nodejs
RUN curl -sL https://deb.nodesource.com/setup_current.x | bash - && \
apt-get install nodejs -y
# Enable the NodeSource repository and install nodejs version 20 (current LTS as of May 2024)
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - &&\
apt-get install -y nodejs

# Create temp directory for building viz app
RUN mkdir -p /tmp/gw-conditions
Loading

0 comments on commit 8896fea

Please sign in to comment.