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 @@ -15,7 +15,7 @@ mkdir "${PACKER_TMP_DIR}"
15
15
16
16
echo " [Step 2/${TOTAL_STEPS} ] cp files to ${PACKER_TMP_DIR} ..."
17
17
# cp -rf pages lang containers components stores config static utils next.config.js .babelrc "${PACKER_TMP_DIR}"
18
- cp -rf pages lang containers components stores config static utils .babelrc next.config.js next-seo.config.js server.js " ${PACKER_TMP_DIR} "
18
+ cp -rf pages lang containers components services stores config static utils .babelrc next.config.js next-seo.config.js server.js " ${PACKER_TMP_DIR} "
19
19
cp Makefile Makefile.include.mk " ${PACKER_TMP_DIR} "
20
20
cp package-docker.json " ${PACKER_TMP_DIR} /package.json"
21
21
# cp package.json "${PACKER_TMP_DIR}/package.json"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ mkdir "${PACKER_TMP_DIR}"
15
15
16
16
echo " [Step 2/${TOTAL_STEPS} ] cp files to ${PACKER_TMP_DIR} ..."
17
17
# cp -rf pages lang containers components stores config static utils next.config.js .babelrc "${PACKER_TMP_DIR}"
18
- cp -rf pages lang containers components stores config static utils .babelrc next.config.js next-seo.config.js server.js " ${PACKER_TMP_DIR} "
18
+ cp -rf pages lang containers components services stores config static utils .babelrc next.config.js next-seo.config.js server.js " ${PACKER_TMP_DIR} "
19
19
cp Makefile Makefile.include.mk " ${PACKER_TMP_DIR} "
20
20
cp package-docker.json " ${PACKER_TMP_DIR} /package.json"
21
21
You can’t perform that action at this time.
0 commit comments