Skip to content

Commit

Permalink
Bump Node to v16 inside Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Rosenberg committed Jul 19, 2023
1 parent 3117927 commit e2c743a
Show file tree
Hide file tree
Showing 3 changed files with 10,120 additions and 13,051 deletions.
4 changes: 3 additions & 1 deletion conf/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y \
vim

# install node 12.x
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
RUN apt-get install -y nodejs

RUN pip install poetry
Expand All @@ -49,3 +49,5 @@ USER tg458981
RUN echo "prefix=~/.npm-global" >> ~/.npmrc

WORKDIR /srv/www/designsafe
RUN npm ci
RUN npm run build
Loading

0 comments on commit e2c743a

Please sign in to comment.