We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b435d1a commit 2160bd8Copy full SHA for 2160bd8
frontend/Dockerfile
@@ -27,7 +27,7 @@ FROM base as deps
27
RUN --mount=type=bind,source=package.json,target=package.json \
28
--mount=type=bind,source=package-lock.json,target=package-lock.json \
29
--mount=type=cache,target=/root/.npm \
30
- npm ci
+ npm install
31
32
################################################################################
33
# Create a new stage to run the application with minimal runtime dependencies
0 commit comments