Skip to content

Commit 2160bd8

Browse files
authored
Update Dockerfile
1 parent b435d1a commit 2160bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ FROM base as deps
2727
RUN --mount=type=bind,source=package.json,target=package.json \
2828
--mount=type=bind,source=package-lock.json,target=package-lock.json \
2929
--mount=type=cache,target=/root/.npm \
30-
npm ci
30+
npm install
3131

3232
################################################################################
3333
# Create a new stage to run the application with minimal runtime dependencies

0 commit comments

Comments
 (0)