Skip to content

Commit

Permalink
#I431: removed postman collection
Browse files Browse the repository at this point in the history
  • Loading branch information
HarishGangula committed Dec 16, 2024
1 parent 7d0d3e1 commit 3e53abf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM --platform=linux/amd64 node:23.4-alpine
RUN mkdir -p /opt/api-service
COPY ./api-service ./opt/api-service
WORKDIR /opt/api-service
RUN rm -rf postman-collection
RUN npm install
COPY . .
EXPOSE 3000
Expand Down

0 comments on commit 3e53abf

Please sign in to comment.