Skip to content

Commit

Permalink
Update dependencies and force npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
0GiS0 committed Dec 14, 2023
1 parent e03c98a commit f9e5a1d
Show file tree
Hide file tree
Showing 3 changed files with 6,457 additions and 3,417 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app

COPY package.json /app

RUN npm install
RUN npm install --force

COPY . /app

Expand Down
Loading

0 comments on commit f9e5a1d

Please sign in to comment.