Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit3199064

Browse files
committed
fix missing package-docker.json
1 parentd9b3cb4 commit3199064

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

‎docker/dev/packer.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mkdir "${PACKER_TMP_DIR}"
1616
echo"[Step 2/${TOTAL_STEPS}] cp files to${PACKER_TMP_DIR} ..."
1717
# cp -rf pages lang containers components stores config static utils next.config.js .babelrc "${PACKER_TMP_DIR}"
1818
cp -rf pages lang containers components stores config static utils .babelrc"${PACKER_TMP_DIR}"
19-
cp package-docker.json"${PACKER_TMP_DIR}/package.json"
19+
cp package.json"${PACKER_TMP_DIR}/package.json"
2020

2121
echo"[Step 3/${TOTAL_STEPS}] creating${ARCHIVE_NAME} ..."
2222
cd"${PACKER_TMP_DIR}"

‎docker/dev/web.tar.gz‎

2 KB
Binary file not shown.

‎docker/production/packer.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mkdir "${PACKER_TMP_DIR}"
1616
echo"[Step 2/${TOTAL_STEPS}] cp files to${PACKER_TMP_DIR} ..."
1717
# cp -rf pages lang containers components stores config static utils next.config.js .babelrc "${PACKER_TMP_DIR}"
1818
cp -rf pages lang containers components stores config static utils .babelrc"${PACKER_TMP_DIR}"
19-
cp package-docker.json"${PACKER_TMP_DIR}/package.json"
19+
cp package.json"${PACKER_TMP_DIR}/package.json"
2020

2121
echo"[Step 3/${TOTAL_STEPS}] creating${ARCHIVE_NAME} ..."
2222
cd"${PACKER_TMP_DIR}"

‎docker/production/web.tar.gz‎

1.89 KB
Binary file not shown.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp