Skip to content

Commit 9fa773c

Browse files
authored
fix(frontend): remove defaultProps from react-scroll-to-bottom (#757)
fix(frontend): remove defaultProps from react-scroll-to-bottom
1 parent d4af6b4 commit 9fa773c

File tree

4 files changed

+624
-1
lines changed

4 files changed

+624
-1
lines changed

src/interfaces/assistants_web/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ WORKDIR /app
44

55
# Install dependencies based on the preferred package manager
66
COPY package.json package-lock.json ./
7+
COPY patches ./patches
78
RUN npm ci
89

910
COPY src ./src

0 commit comments

Comments
 (0)