Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

requirements.txt with directory #9

@kenmlee

Description

@kenmlee

Hi.
I'm using requirements.txt with requirements directory structure. But your Dockerfile COPY command only copied requirements.txt file without requirements directory.

The content of my requirements.txt file is:

-r requirements/dev.txt

and the structure of my requirements directory is:

--requirements
|- common.txt
|- dev.txt
|- prod.txt

|- test.txt

You know, pip can support those structure. I hope your image:onbuild also can support it.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions