Skip to content

Commit 6f1b9a5

Browse files
committed
tmp
1 parent 0202502 commit 6f1b9a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hwproj.front/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /usr/src/app
88
COPY package*.json ./
99

1010
# Устанавливаем зависимости в node_modules
11-
RUN npm install
11+
RUN npm install --force
1212

1313
# Bundle app source
1414
COPY . .

0 commit comments

Comments
 (0)