Skip to content

Commit

Permalink
Updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Oct 17, 2024
1 parent c8280a4 commit 0ce4c17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ ARG BASE_HREF=/
COPY --chown=node:node frontend/ ./

RUN npm install && \
npm run lib:build && \
npm run lib:pack && \
mv dist/shared-call-components/shared-call-components-**.tgz . && \
npm install shared-call-components-**.tgz && \
npm run build ${BASE_HREF}

### Stage 2: Build the backend
Expand Down

0 comments on commit 0ce4c17

Please sign in to comment.