Skip to content

Commit

Permalink
Change entrypoint to root path
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsdukai committed Jan 21, 2022
1 parent 95a10dc commit f2bd872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uid_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ fi

echo "Running as $(whoami)"

exec "/app/.venv/bin/$@"
exec "$@"

0 comments on commit f2bd872

Please sign in to comment.