Skip to content

Commit

Permalink
Merge pull request #390 from bcgov/test-RQ-FOIMOD-3463
Browse files Browse the repository at this point in the history
add entrypoint
  • Loading branch information
richard-aot authored Sep 19, 2024
2 parents 936239a + f69ee35 commit d438ca5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api/container-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

# Print a message indicating that the container is starting
echo "Starting Node.js application..."

# Finally, start the Node.js application
exec node ./index.js

0 comments on commit d438ca5

Please sign in to comment.