Update Dockerfile

I hate myself
This commit is contained in:
Wavering Ana 2022-11-13 05:50:16 -05:00 committed by GitHub
parent b885118d4b
commit ee8abeb248
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,5 @@
FROM node:16 FROM node:16
# Create app dir
WORKDIR /usr/src/app
# Install dependencies # Install dependencies
COPY package*.json ./ COPY package*.json ./
RUN npm install RUN npm install