Skip to content

Command converted to Args #1067

Closed
Closed
@atalaybaysal

Description

I do have up and running docker-compose file. When i convert it this command line in docker-compose.yml

command: gunicorn myapp.wsgi:application --workers 1 --bind 0.0.0.0:800

convert as args inside of generated deployment file

- args: - gunicorn - myapp.wsgi:application - --workers - "1" - --bind - 0.0.0.0:8000

if i am not wrong, output should be

command: ["gunicorn myapp.wsgi:application --workers 1 --bind 0.0.0.0:800"]

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions