Skip to content

Commit

Permalink
Add npm install in dockerfile (#1172)
Browse files Browse the repository at this point in the history
* add npm install in dockerfile

* Remove Python optimizations; add prettier to PATH

---------

Co-authored-by: egibs <keybase@egibs.xyz>
  • Loading branch information
le4ker and egibs committed Apr 23, 2024
1 parent 33d07ca commit fbda869
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ ENV PATH="/home/panther-analysis/node_modules/.bin:$PATH"
# Remove pipfile so it doesn't interfere with local files after install
RUN rm Pipfile
RUN rm Pipfile.lock

ENTRYPOINT [ "/bin/bash" ]

0 comments on commit fbda869

Please sign in to comment.