Skip to content

Commit

Permalink
fix dev container entrypopint dir
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rocheleau committed Sep 5, 2023
1 parent 8e45d95 commit 48bacac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/entrypoint.bash
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ chown -R bento_user:bento_user ./
chown -R bento_user:bento_user /app
chmod -R o-rwx src/api/tmp

cd /gohan-api/src/api || exit

# Drop into bento_user from root and execute the CMD specified for the image
exec gosu bento_user "$@"

0 comments on commit 48bacac

Please sign in to comment.