We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad5797 commit cd66ac5Copy full SHA for cd66ac5
.devcontainer/Dockerfile
@@ -7,7 +7,4 @@ WORKDIR /workspace
7
COPY .yarn /workspace/.yarn
8
COPY package.json yarn.lock /workspace/
9
10
-# Install dependencies (Yarn Berry)
11
-RUN yarn install
12
-
13
CMD [ "bash" ]
0 commit comments