Skip to content

Commit

Permalink
Issue #475 Input/ Output YAML preview in sidebar, not looks good in c…
Browse files Browse the repository at this point in the history
…ase it contains (#476) (#477)

- update docker file to support patches
  • Loading branch information
andriidudar authored Oct 24, 2024
1 parent 273d5c5 commit 2e5bf3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/opik-frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM node:20.15.0-alpine3.20 as builder
WORKDIR /opt/frontend

COPY package*.json ./
COPY patches ./patches
RUN npm install

# Copy and build the application
Expand Down

0 comments on commit 2e5bf3d

Please sign in to comment.