Skip to content

Commit

Permalink
Merge pull request #582 from Sage-Bionetworks/FDS-1273-node-update
Browse files Browse the repository at this point in the history
Fds 1273 node update
  • Loading branch information
afwillia authored Dec 13, 2023
2 parents 9552104 + 99854d0 commit ae3c103
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ RUN apt-get install -y libxml2 libglpk-dev libicu-dev libicu70 curl
COPY shiny-server.conf /etc/shiny-server/shiny-server.conf
RUN chmod 777 /etc/shiny-server/shiny-server.conf

# Update node. https://github.com/nodesource/distributions
RUN apt-get remove nodejs
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - && apt-get install -y nodejs

USER shiny

WORKDIR /srv/shiny-server/app
Expand Down

0 comments on commit ae3c103

Please sign in to comment.