force binstall

This commit is contained in:
srgooglo 2022-06-01 20:25:05 +02:00
parent 5845eeb0ce
commit c39976df51

View File

@ -12,6 +12,6 @@ COPY --chown=node:node package.json ./
COPY --chown=node:node . .
RUN chmod -R 777 /home/node/app
RUN npm install
RUN npm install --force
CMD ["node", "/home/node/app/server.js"]