We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de8027 commit 4e283ffCopy full SHA for 4e283ff
Dockerfile
@@ -28,6 +28,11 @@ WORKDIR /app
28
COPY --from=builder /tmp/nix-store-closure /nix/store
29
COPY --from=builder /tmp/output/ /app/
30
31
+COPY ./extractors/registry.edn ./extractors/registry.edn
32
+COPY ./functions/registry.edn ./functions/registry.edn
33
+COPY prompts/docker docker
34
+COPY prompts/lazy_docker lazy_docker
35
+
36
# curl needs the /tmp directory to already exist
37
COPY <<EOF /tmp/.blank
38
empty
0 commit comments