Skip to content

Can't run multiple commands in Procfile #114

@stenius

Description

@stenius

I am having trouble with the way I write Procfiles and the way they are evaluated in bash.

In commit 16e3f3c I started having issues with running
setuidgid u32178 $(eval echo "${command}") vs simply running eval ${command} in the /start script.

My Procfile looks like this.

web: python bin/production.py collectstatic --noinput --verbosity 3 ; gunicorn wsgi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions