Skip to content

Commit

Permalink
add �[200~RUN npm install -g [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
holdan-8 committed Apr 11, 2024
1 parent 5721485 commit f8ac834
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 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 install -g [email protected]

RUN npm install

RUN npm run build
Expand All @@ -20,6 +22,8 @@ RUN cd /frontend/

WORKDIR /frontend/

RUN npm install -g [email protected]

RUN npm install

RUN npm run build:prod
Expand Down

0 comments on commit f8ac834

Please sign in to comment.