File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ COPY ./functions/registry.edn ./functions/registry.edn
26
26
COPY --from=build /app/prompts.jar /app/prompts.jar
27
27
28
28
COPY prompts/docker docker
29
- COPY prompts/npm_setup npm_setup
30
29
COPY prompts/lazy_docker lazy_docker
31
30
32
31
# Can't be shell form because we need to pass JSON as an arg
Original file line number Diff line number Diff line change 338
338
" prompts" (fn []
339
339
(concat
340
340
[{:type " docker" :title " using docker in my project" }
341
- {:type " lazy_docker" :title " using lazy-docker" }
342
- {:type " npm_setup" :title " using npm" }]
341
+ {:type " lazy_docker" :title " using lazy-docker" }]
343
342
(->> (:prompts (git.registry/read-registry ))
344
343
(map #(assoc % :saved true )))))
345
344
" register" (fn []
You can’t perform that action at this time.
0 commit comments