Update Dockerfile

This commit is contained in:
Cohen Erickson 2023-05-14 22:27:11 -05:00 committed by GitHub
parent e2d90fbf5b
commit 4957cd27ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM node:20.1-bullseye-slim
FROM node:18
WORKDIR /usr/src/app
COPY . .
RUN npm install