Skip to content

Commit

Permalink
Updated dockerfiles (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
maorstamati authored Jul 27, 2022
1 parent 1052735 commit 8aeed2f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion apps/charge-accounts-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ COPY . .

COPY --from=development /usr/src/app/dist ./dist

CMD ["node", "dist/apps/charge-accounts-service/main"]
RUN apk --no-cache add curl

CMD ["node", "dist/apps/charge-accounts-service/main"]
4 changes: 3 additions & 1 deletion apps/charge-api-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ COPY . .

COPY --from=development /usr/src/app/dist ./dist

CMD ["node", "dist/apps/charge-api-service/main"]
RUN apk --no-cache add curl

CMD ["node", "dist/apps/charge-api-service/main"]
4 changes: 3 additions & 1 deletion apps/charge-notifications-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ COPY . .

COPY --from=development /usr/src/app/dist ./dist

CMD ["node", "dist/apps/charge-notifications-service/main"]
RUN apk --no-cache add curl

CMD ["node", "dist/apps/charge-notifications-service/main"]
4 changes: 3 additions & 1 deletion apps/charge-relay-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ COPY . .

COPY --from=development /usr/src/app/dist ./dist

CMD ["node", "dist/apps/charge-relay-service/main"]
RUN apk --no-cache add curl

CMD ["node", "dist/apps/charge-relay-service/main"]

0 comments on commit 8aeed2f

Please sign in to comment.