Feat/parapharmacy api #38

Merged
Ichitux merged 25 commits from feat/parapharmacy-api into main 2026-07-16 15:38:59 +00:00
Showing only changes of commit 0c2f1cf928 - Show all commits
+2 -2
View File
@@ -5,8 +5,8 @@ WORKDIR /app
# Copy package files
COPY package*.json ./
# Install dependencies
RUN npm ci --only=production
# Install dependencies (production only)
RUN npm install --omit=dev
# Copy source code
COPY src/ ./src/