remove npm update

This commit is contained in:
nsxshota 2023-11-23 09:52:29 +09:00
commit 94eecd1f5d

View file

@ -23,5 +23,4 @@ RUN chmod +x set_proxy.sh && \
USER node
RUN npm install --loglevel warn
RUN npm update
CMD ["npm", "run", "dev:docker"]