Update 'Dockerfile'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-28 22:10:55 +01:00
parent 2ff40d856a
commit 9ee61716d4

View File

@@ -12,7 +12,7 @@ WORKDIR /usr/src/app
#Copy new files or directories into the filesystem of the container #Copy new files or directories into the filesystem of the container
COPY package.json /usr/src/app COPY package.json /usr/src/app
COPY package-lock.json /usr/src/app #COPY package-lock.json /usr/src/app
#Execute commands in a new layer on top of the current image and commit the results #Execute commands in a new layer on top of the current image and commit the results
RUN npm install RUN npm install