Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ FROM restore AS build
ENV CI=true
ARG public_url="."
ENV PUBLIC_URL="${public_url}"
RUN yarn build
# RUN yarn build

# Using specific digest (f7f7607...) to avoid unwanted changes in the non-oficial image
FROM ttionya/openssh-client@sha256:f7f7607d56f09a7c42e246e9c256ff51cf2f0802e3b2d88da6537bea516fe142 as final
COPY ./cdn-helpers/* ./
COPY --from=build /src/build ./build/
# COPY --from=build /src/build ./build/
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
"webpack-manifest-plugin": "5.0.0"
},
"devDependencies": {
"@storybook/addon-actions": "6.5.16",
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-links": "6.5.16",
"@storybook/builder-webpack5": "6.5.16",
"@storybook/addon-actions": "7.6.17",
"@storybook/addon-essentials": "7.6.17",
"@storybook/addon-links": "7.6.17",
"@storybook/builder-webpack5": "7.6.17",
"@storybook/manager-webpack5": "6.5.16",
"@storybook/web-components": "6.5.16",
"@storybook/web-components": "7.6.17",
"concurrently": "8.2.2",
"dotenv": "16.4.5",
"dotenv-flow-webpack": "2.0.0",
Expand Down
Loading