Skip to content

Commit

Permalink
SB-08:fix: api service&command-service docker file issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
divyagovindaiah committed Oct 26, 2023
1 parent 11682ef commit 7baf7b4
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
Expand Up @@ -4,6 +4,6 @@ WORKDIR /opt/obsrv-api-service/
COPY api-service/package*.json ./
RUN npm install
COPY . .
RUN cp
RUN pwd
EXPOSE 3000
CMD ["npm", "run", "start"]

0 comments on commit 7baf7b4

Please sign in to comment.