Fixing dockerfile & compose checks
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 1m34s
Run Tests on Branches / PIP Platform Tests (push) Has been skipped
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 1m34s
Run Tests on Branches / PIP Platform Tests (push) Has been skipped
This commit is contained in:
@@ -34,10 +34,7 @@ COPY apps/parapharmacy-api/package*.json ./
|
||||
RUN npm install --omit=dev
|
||||
|
||||
# Copy source code
|
||||
COPY apps/parapharmacy-api/src/ ./src/
|
||||
|
||||
# Copy scripts
|
||||
COPY apps/parapharmacy-api/scripts/ ./scripts/
|
||||
COPY apps/parapharmacy-api/ .
|
||||
|
||||
# Expose port
|
||||
EXPOSE 3002
|
||||
|
||||
Reference in New Issue
Block a user