We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f989bc3 commit 5529fc1Copy full SHA for 5529fc1
1 file changed
Dockerfile
@@ -6,7 +6,7 @@ WORKDIR '/app'
6
7
#Install Some dependencies
8
9
-COPY package.json .
+COPY package*.json ./
10
11
RUN npm install
12
0 commit comments