Skip to content

Docker builds copying files to directories should have directory paths ending in / #201

@scottkurz

Description

@scottkurz

E.g.

COPY --from=compile --chown=1001:0 /work/outer-loop-app/target/.[ew]ar /config/apps
s/b:
COPY --from=compile --chown=1001:0 /work/outer-loop-app/target/
.[ew]ar /config/apps/

Look for other examples.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions