Skip to content

Commit

Permalink
Merge pull request #347 from bcgov/dev-JC-NP-FOIMOD-3405
Browse files Browse the repository at this point in the history
Added entrypoint in docker file
  • Loading branch information
nagarajaPC-AOT authored Sep 12, 2024
2 parents d798a60 + 3b6f965 commit a5eb8da
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 @@ -20,4 +20,4 @@ COPY . .

EXPOSE 7085

CMD [ "node", "index.js" ]
ENTRYPOINT [ "node", "index.js" ]

0 comments on commit a5eb8da

Please sign in to comment.