Merge pull request #8 from qts8n/main

Add support for different Docker versions
This commit is contained in:
Daniel 2022-06-21 23:30:53 +04:30 committed by GitHub
commit f09a7d0b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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