We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0202502 commit 6f1b9a5Copy full SHA for 6f1b9a5
1 file changed
hwproj.front/Dockerfile
@@ -8,7 +8,7 @@ WORKDIR /usr/src/app
8
COPY package*.json ./
9
10
# Устанавливаем зависимости в node_modules
11
-RUN npm install
+RUN npm install --force
12
13
# Bundle app source
14
COPY . .
0 commit comments