We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6ceaa commit 9b33880Copy full SHA for 9b33880
Dockerfile
@@ -4,7 +4,7 @@ FROM node:18
4
# Set the working directory
5
WORKDIR /app
6
7
-# Copy package.json and package-lock.json to leverage Docker layer caching
+# Copy package.json and package-lock.json
8
COPY package*.json ./
9
10
# Install dependencies
0 commit comments