Skip to content

Commit

Permalink
install typescript globally
Browse files Browse the repository at this point in the history
  • Loading branch information
ekini committed Jul 21, 2024
1 parent fa52898 commit 8e4b8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.verdaccio
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /verdaccio
COPY plugins /verdaccio/plugins

# Run installation scripts for plugins
RUN cd /verdaccio/plugins && sh install.sh
RUN npm install -g typescript && cd /verdaccio/plugins && sh install.sh

# Copy Verdaccio's configuration file
COPY config/config.yaml /verdaccio/conf/config.yaml
Expand Down

0 comments on commit 8e4b8ba

Please sign in to comment.