Skip to content

Commit

Permalink
add npm doctor
Browse files Browse the repository at this point in the history
  • Loading branch information
holdan-8 committed Apr 11, 2024
1 parent fa8867e commit 3b37eae
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 @@ -6,6 +6,8 @@ COPY oss-api/ ./

WORKDIR /oss-api

RUN npm doctor

RUN npm install

RUN npm run build
Expand Down

0 comments on commit 3b37eae

Please sign in to comment.