diff --git a/Dockerfile b/Dockerfile index 92048df..389b97f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,10 +4,10 @@ ADD entrypoint.sh /entrypoint.sh RUN apt-get update && \ apt-get -y install sudo RUN apt-get -y install curl gnupg -RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - +RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - RUN apt-get -y install nodejs RUN npm install npm@latest -g RUN node -v RUN npm -v RUN chmod +x /entrypoint.sh -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"]