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 #########################