Update node

This commit is contained in:
Douglas Barone 2022-04-27 13:04:07 -04:00
parent dfd2ef91c9
commit d2e708c7f3

View File

@ -1,8 +1,12 @@
FROM ubuntu:22.04
WORKDIR /app
RUN apt update
RUN apt install nodejs npm -y
RUN apt-get update
RUN apt-get install nodejs npm curl -y
RUN npm install n -g
RUN n install 18
COPY package*.json ./