~patrickb/RakudoContainerfileBuilder

0c86d757e9de1de56d25d9204dbe1a47f188e796 — Patrick Böker 2 years ago 4b5d756
One more cosmetic change in README
1 files changed, 1 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +1 -1
@@ 30,7 30,7 @@ The following example Containerfile showcases that.
    RUN zef install --deps-only .

    # Now copy and compile the actual app.
    COPY . /app
    COPY . .
    RUN raku -c -I. service.raku

    # FINAL STAGE #########################