Skip to content

Commit 8fce578

Browse files
authored
Merge pull request #4454 from magento/uifix
Update README.md
2 parents 1c92427 + 499f99a commit 8fce578

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ For more information about contributing to this repository, see the [Contributio
1616
## Useful links
1717

1818
[PWA Studio documentation site][documentation site] -
19+
20+
21+
1922
The best place to start learning about the tools and the technologies that PWA Studio provides.
2023
Here, you can learn PWA Studio concepts, find API reference docs, and read tutorials on how to use PWA Studio to create your own PWA storefront.
2124

prod.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apk --no-cache --virtual add \
1313
ENV CI=true
1414

1515
# copy root dependency files and configs needed for install
16-
COPY package.json yarn.lock babel.config.js magento-compatibility.js ./
16+
COPY package.json yarn.lock babel.config.js magento-compatibility.js postcss.config.js ./
1717
COPY scripts/monorepo-introduction.js ./scripts/monorepo-introduction.js
1818

1919
# copy over the packages

0 commit comments

Comments
 (0)