Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShohei Ueda <30958501+peaceiris@users.noreply.github.com>2020-09-03 06:23:56 +0300
committerGitHub <noreply@github.com>2020-09-03 06:23:56 +0300
commit00854ea652b1fd1b3745e2b3f44939c24c054631 (patch)
tree6bb72a927ab1b4383195fa44c988582fb4260c87 /.devcontainer
parentf1842ea5268fcb0bb36619fe37f27e0b54fb7f85 (diff)
chore: comment out postCreateCommand
the Hugo Docker image has no Node.js runtime
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index bc766502..bd4f2903 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -37,7 +37,7 @@
"forwardPorts": [1313],
// Specifies a command that should be run after the container has been created.
- "postCreateCommand": "npm ci",
+ // "postCreateCommand": "npm ci",
// Comment out the next line to run as root instead.
// "remoteUser": "runner"