Skip to content

Commit 7d7c82c

Browse files
committed
feat: Added node-fetch module to be able to fetch insecure local urls
1 parent cc5b27c commit 7d7c82c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN mkdir /plop
44
RUN mkdir /codebase
55
RUN npm install -g cross-env plop tsx typescript inquirer-autocomplete-prompt
66
RUN npm install -g @types/inquirer-autocomplete-prompt @types/node
7-
RUN npm install -g yaml es-toolkit
7+
RUN npm install -g yaml es-toolkit node-fetch@3
88

99
COPY ./plop/* /plop
1010

0 commit comments

Comments
 (0)