diff --git a/server/Dockerfile b/server/Dockerfile index 04cc069..88683c1 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -10,7 +10,7 @@ RUN python3 -m pip install --upgrade pip # Install Nodejs and yarn RUN rm -rf /var/lib/apt/lists/* -RUN curl -sL https://deb.nodesource.com/setup_12.x > node_install.sh +RUN curl -sL https://deb.nodesource.com/setup_14.x > node_install.sh RUN chmod +x ./node_install.sh RUN ./node_install.sh RUN curl -sS http://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - @@ -72,4 +72,4 @@ LABEL name="osat-server" \ EXPOSE 8000 VOLUME ["/opt/app/data"] ENTRYPOINT ["./docker-entrypoint.sh"] -# CMD ["./docker-entrypoint.sh"] \ No newline at end of file +# CMD ["./docker-entrypoint.sh"]