Merge pull request #185 from fakesmile723/main

Update Dockerfile
This commit is contained in:
Corwin 2023-07-05 17:20:03 +01:00 committed by GitHub
commit 250fce9667
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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