Skip to content

Commit 4e283ff

Browse files
Restore registry to image
1 parent 1de8027 commit 4e283ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ WORKDIR /app
2828
COPY --from=builder /tmp/nix-store-closure /nix/store
2929
COPY --from=builder /tmp/output/ /app/
3030

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+
3136
# curl needs the /tmp directory to already exist
3237
COPY <<EOF /tmp/.blank
3338
empty

0 commit comments

Comments
 (0)