This repository was archived by the owner on Nov 8, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414mkdir " ${PACKER_TMP_DIR} "
1515
1616echo " [Step 2/${TOTAL_STEPS} ] cp files to ${PACKER_TMP_DIR} ..."
17- cp -rf pages lang containers components services stores config static utils .babelrc next-seo.config.js server.js " ${PACKER_TMP_DIR} "
17+ cp -rf pages lang src config static utils .babelrc next-seo.config.js server.js " ${PACKER_TMP_DIR} "
1818cp Makefile Makefile.include.mk " ${PACKER_TMP_DIR} "
1919cp package.docker.json " ${PACKER_TMP_DIR} /package.json"
2020cp next.config.docker.js " ${PACKER_TMP_DIR} /next.config.js"
Original file line number Diff line number Diff line change 1414mkdir " ${PACKER_TMP_DIR} "
1515
1616echo " [Step 2/${TOTAL_STEPS} ] cp files to ${PACKER_TMP_DIR} ..."
17- cp -rf pages lang containers components services stores config static utils .babelrc next-seo.config.js server.js " ${PACKER_TMP_DIR} "
17+ cp -rf pages lang src config static utils .babelrc next-seo.config.js server.js " ${PACKER_TMP_DIR} "
1818cp Makefile Makefile.include.mk " ${PACKER_TMP_DIR} "
1919cp package.docker.json " ${PACKER_TMP_DIR} /package.json"
2020cp next.config.docker.js " ${PACKER_TMP_DIR} /next.config.js"
You can’t perform that action at this time.
0 commit comments