Skip to content

Commit

Permalink
Merge pull request #351 from bcgov/dev-JC-NP-FOIMOD-3405
Browse files Browse the repository at this point in the history
Updated execute permission to entrpoint
  • Loading branch information
nagarajaPC-AOT authored Sep 13, 2024
2 parents e086e54 + 150e074 commit ec58abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY . .

EXPOSE 7085

RUN chmod u+x ./docker_entrypoint.sh
RUN chmod +x ./docker_entrypoint.sh

ENTRYPOINT ["./docker_entrypoint.sh"]
CMD ["node", "index.js"]

0 comments on commit ec58abd

Please sign in to comment.