Skip to content

Commit

Permalink
Merge branch 'FDS-1301-cross-manifest-validation' of https://github.c…
Browse files Browse the repository at this point in the history
…om/Sage-Bionetworks/data_curator into FDS-1301-cross-manifest-validation
  • Loading branch information
afwillia committed Jan 2, 2024
2 parents c397b7a + c81a450 commit c5d066c
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 c5d066c

Please sign in to comment.