use npm install

This commit is contained in:
kittapath 2025-09-15 22:32:13 +07:00
parent 99c3eb762e
commit 27f53b252d

View file

@ -7,7 +7,7 @@ WORKDIR /app
# Install app dependencies
COPY package*.json ./
RUN npm ci
RUN npm install
# Copy source files and build the app
COPY . .