Skip to content

Commit 499f99a

Browse files
authored
Update prod.dockerfile
1 parent 94dca75 commit 499f99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prod.dockerfile

Lines changed: 1 addition & 1 deletion
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)