Skip to content

api/src/docker-entrypoint.sh should use PISTON_DATA_DIRECTORY env variable #730

@dagardner-nv

Description

@dagardner-nv

On line 28 of api/src/docker-entrypoint.sh the ownership of the /piston directory is changed, I believe this command should use the PISTON_DATA_DIRECTORY env variable if defined, defaulting to /piston otherwise.

Something like:

chown -R piston:piston ${PISTON_DATA_DIRECTORY:-"/piston"} && \

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions