Skip to content

Commit

Permalink
Merge pull request #14 from keflavich/master-1
Browse files Browse the repository at this point in the history
add npm to required install in dockerfile
  • Loading branch information
nelsonjchen authored Aug 11, 2023
2 parents 893b835 + e077d96 commit 740c512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get update \


RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
RUN apt-get install -y nodejs
RUN apt-get install -y nodejs npm

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 740c512

Please sign in to comment.