Skip to content

Commit

Permalink
fix: Fixed missing autocomplete prompt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokopenko committed Oct 30, 2024
1 parent b621957 commit 36fa10f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
FROM node:22.6.0

RUN mkdir /plop
RUN mkdir /plop
RUN mkdir /codebase
RUN npm install -g plop tsx cross-env typescript
RUN npm install -g cross-env plop tsx typescript inquirer-autocomplete-prompt
RUN npm install -g @types/inquirer-autocomplete-prompt @types/node

COPY ./plop/* /plop

CMD ["bash", "-c", "npm run plop"]
Expand Down

0 comments on commit 36fa10f

Please sign in to comment.