This commit is contained in:
Daniel
2022-06-21 23:15:21 +04:30
parent 8ae1389728
commit 3c8fe32179
+1 -1
View File
@@ -5,7 +5,7 @@ WORKDIR /home/node
VOLUME /home/node/node_modules
COPY package*.json ./
COPY package*.json .
RUN npm i -g npm@latest \
&& npm ci --legacy-peer-deps