We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b2a172 commit 1fe14faCopy full SHA for 1fe14fa
1 file changed
web/docker/Dockerfile.dev
@@ -6,7 +6,6 @@ EXPOSE 3000
6
7
COPY . .
8
9
-RUN npm set cache ./.npm
10
-RUN --mount=type=cache,target=/usr/src/app/.npm npm install
+RUN npm install
11
12
ENTRYPOINT [ "npm", "run", "dev" ]
0 commit comments