FROM node:18.19.1-alpine
WORKDIR /app
COPY . ./
RUN npm install -g npm@latest && \
npm install --silent