Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
howardt12345 committed Sep 17, 2024
1 parent e1899f0 commit 783b5a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ poetry install --no-interaction --no-ansi
echo "Activating virtual environment..."
source $(poetry env info --path)/bin/activate

# Change the permissions of the working directory to allow executing scripts
chmod +x /app
# Change the permissions of virtual environment scripts
chmod -R +x $(poetry env info --path)/bin

# Run the command passed to docker run
exec "$@"

0 comments on commit 783b5a0

Please sign in to comment.