Skip to content

Commit

Permalink
feat:updated the docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
divyagovindaiah committed Oct 30, 2023
1 parent 183ea47 commit 12ced72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@

FROM --platform=linux/amd64 node:20-alpine
RUN mkdir -p /opt/api-service
WORKDIR /opt/api-service
COPY api-service/package*.json ./
COPY api-service/src/app.ts ./
COPY /api-service/package*.json ./api-service
RUN pwd
RUN ls
RUN npm install
Expand Down

0 comments on commit 12ced72

Please sign in to comment.