Skip to content

Commit

Permalink
add changelog to docker build process (fixing error introduced in #369)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkernohanbc committed May 30, 2024
1 parent 59ded36 commit e050ecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-components/Dockerfile.storybook
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN npm config list
RUN npm install

# Copy required files
COPY CHANGELOG.md ./CHANGELOG.md
COPY src ./src
COPY .storybook ./.storybook
COPY storybook-public ./storybook-public
Expand Down

0 comments on commit e050ecd

Please sign in to comment.