Update Dockerfile

This commit is contained in:
Unknown 2024-05-03 16:34:15 -07:00
parent e322be096f
commit 0027d053b3

View file

@ -1,4 +1,4 @@
FROM node:18-buster
FROM node:latest
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm install