Skip to content

Commit

Permalink
add docker-entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
meal committed May 3, 2023
1 parent cbecfdd commit 9df5d76
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh

set -e

# activate our virtual environment here
. /opt/pysetup/.venv/bin/activate

# You can put other setup logic here

# Evaluating passed command:
exec "$@"

0 comments on commit 9df5d76

Please sign in to comment.