FROM node:18 COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] USER node WORKDIR /code CMD ["npm", "run", "build:watch"]