Skip to content

Commit

Permalink
Fix docker image (#9)
Browse files Browse the repository at this point in the history
* Fix current window endpoint error

* modified docker image referenced files

* Update settlement-windows.js
  • Loading branch information
Aarón Reynoza authored Jan 3, 2020
1 parent 2ae1941 commit 4c2bf58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN npm install
FROM node:8.11.3-alpine
WORKDIR /opt/finance-portal-backend-service

COPY --from=builder /opt/finance-portal-backend-service ./src
COPY ./src ./src
COPY --from=builder /opt/finance-portal-backend-service /opt/finance-portal-backend-service
COPY ./src /opt/finance-portal-backend-service

CMD ["node", "src/index.js"]
CMD ["node", "/opt/finance-portal-backend-service/index.js"]

0 comments on commit 4c2bf58

Please sign in to comment.