Fixing Dockerfile with missing files
Run Tests on Branches / Detect Changes (push) Successful in 13s
Run Tests on Branches / Backend Tests (push) Has been skipped
Run Tests on Branches / Frontend Tests (push) Has been skipped
Run Tests on Branches / Frontend Mobile Tests (push) Has been skipped
Run Tests on Branches / Parapharmacy API Tests (push) Successful in 1m38s
Run Tests on Branches / PIP Platform Tests (push) Has been skipped

This commit is contained in:
Antoni Nuñez Romeu
2026-07-17 11:33:03 +02:00
parent 3d4f0aa200
commit 2f32bfbab6
+3
View File
@@ -36,6 +36,9 @@ RUN npm install --omit=dev
# Copy source code # Copy source code
COPY apps/parapharmacy-api/src/ ./src/ COPY apps/parapharmacy-api/src/ ./src/
# Copy scripts
COPY apps/parapharmacy-api/scripts/ ./scripts/
# Expose port # Expose port
EXPOSE 3002 EXPOSE 3002