Skip to content

Commit

Permalink
SB-03:fex:api-service docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
divyagovindaiah committed Oct 26, 2023
1 parent 84128cb commit e997cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:18-alpine
RUN mkdir -p /opt/api-service
WORKDIR /opt
COPY . .
COPY api-service/package.json
WORKDIR /opt/api-service
RUN npm install
EXPOSE 3000
Expand Down

0 comments on commit e997cd6

Please sign in to comment.