Skip to content

Commit

Permalink
Change dockerfile a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ngr31 committed Apr 18, 2022
1 parent 7bd2ffe commit 1f549d3
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 @@ -7,6 +7,8 @@ WORKDIR /app

COPY . .

RUN apt-get update && apt-get install wget -y

RUN npm install -g npm@^7

RUN \
Expand Down

0 comments on commit 1f549d3

Please sign in to comment.