Skip to content

Commit

Permalink
fix(Docker): install npm packages
Browse files Browse the repository at this point in the history
Signed-off-by: shrihanDev <[email protected]>
  • Loading branch information
shrihankp committed Sep 18, 2022
1 parent 574c064 commit febb504
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 @@ -13,6 +13,8 @@ RUN git clone --depth=1 --no-tags git://github.com/reisxd/revanced-builder

WORKDIR /app/revanced-builder

RUN npm install --omit=dev

EXPOSE 8000

CMD ["node", ".", "--no-open"]

0 comments on commit febb504

Please sign in to comment.