update cdk code

This commit is contained in:
nsxshota 2023-11-21 15:24:03 +09:00
commit 5d75376f2c
4 changed files with 15 additions and 7 deletions

View file

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