Update Dockerfile to install dev dependecies
All checks were successful
Deploy Yaltopia Tickets Admin / deploy (push) Successful in 23s

This commit is contained in:
Binyam 2026-02-28 14:40:10 +03:00
parent 05f8418a48
commit 7d78a488c1

View File

@ -7,7 +7,7 @@ WORKDIR /app
COPY package*.json ./ COPY package*.json ./
# Install dependencies # Install dependencies
RUN npm ci --only=production RUN npm ci
# Copy source code # Copy source code
COPY . . COPY . .