This commit is contained in:
Jakub Kaniecki
2025-03-30 18:59:15 +02:00
parent 18a019fbc2
commit 1befef102f
11 changed files with 244 additions and 28 deletions

View File

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