Skip to content

Commit

Permalink
[docker] accept abs path
Browse files Browse the repository at this point in the history
  • Loading branch information
nixff committed Jun 13, 2022
1 parent 40e2d7d commit dd86e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ then
chmod o+w /proc/self/fd/2 || true
fi

if [[ "$1" == "pipy" ]]; then
if [[ "$1" == "pipy" || "$1" == "/usr/local/bin/pipy" ]]; then
if [[ "$2" == "docker-start" ]]; then
shift 2
if [ "${PIPY_CONFIG_FILE}x" == 'x' ]; then
Expand Down

0 comments on commit dd86e67

Please sign in to comment.