Skip to content

Commit

Permalink
Match node version in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbelesky committed Jan 22, 2023
1 parent 919610a commit 8a4c50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV IN_DOCKER 1
# Setup Node/NPM
RUN apt-get update
RUN apt-get install -y curl nginx
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

# Copy all our files into the baseimage and cd to that directory
Expand Down

0 comments on commit 8a4c50b

Please sign in to comment.