Skip to content

Commit

Permalink
Merge pull request #352 from bcgov/dev-JC-NP-FOIMOD-3405
Browse files Browse the repository at this point in the history
renamed docker entrypoint to container entrypoint to match name in ya…
  • Loading branch information
nagarajaPC-AOT authored Sep 13, 2024
2 parents ec58abd + 8d5198a commit b5fe3c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY . .

EXPOSE 7085

RUN chmod +x ./docker_entrypoint.sh
RUN chmod +x ./container-entrypoint.sh

ENTRYPOINT ["./docker_entrypoint.sh"]
ENTRYPOINT ["./container-entrypoint.sh"]
CMD ["node", "index.js"]
File renamed without changes.

0 comments on commit b5fe3c8

Please sign in to comment.