Skip to content

Commit 0118a11

Browse files
committed
fix
1 parent 9d87b28 commit 0118a11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /app
66

77
COPY package.json ./
88
COPY package-lock.json ./
9-
RUN npm ci
9+
RUN npm i
1010

1111
COPY . .
1212

0 commit comments

Comments
 (0)