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 d2fa6b7 commit 11cb65e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ FROM --platform=linux/amd64 node:20-alpine
RUN mkdir -p /opt/api-service
WORKDIR /opt/api-service
COPY ./api-service/package*.json ./
RUN pwd
RUN cd /opt/api-service
RUN ls
RUN npm install
COPY . .
EXPOSE 3000
Expand Down

0 comments on commit 11cb65e

Please sign in to comment.