Yuki Takei 2 лет назад
Родитель
Сommit
d7c00d96ea
2 измененных файлов с 1 добавлено и 2 удалено
  1. 0 1
      .devcontainer/Dockerfile
  2. 1 1
      .devcontainer/devcontainer.json

+ 0 - 1
.devcontainer/Dockerfile

@@ -50,7 +50,6 @@ RUN apt-get update \
     && rm -rf /var/lib/apt/lists/*
 ENV DEBIAN_FRONTEND=dialog
 
-# RUN git-lfs pull
 RUN yarn global add turbo
 RUN yarn global add node-gyp
 

+ 1 - 1
.devcontainer/devcontainer.json

@@ -34,7 +34,7 @@
   // "shutdownAction": "none",
 
   // Use 'postCreateCommand' to run commands after the container is created.
-  "postCreateCommand": "yarn global add turbo node-gyp && yarn install",
+  "postCreateCommand": "git-lfs pull & yarn install",
 
   // Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
   "remoteUser": "node"