We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2923c commit 713de50Copy full SHA for 713de50
node22/Dockerfile
@@ -28,8 +28,8 @@ USER csdev
28
RUN echo Y | yarn -v
29
RUN corepack prepare yarn@4.8.1 --activate
30
31
-## Install Sass
32
-RUN yarn global add sass
+## Install Sass (use npm since Yarn 4 doesn't support global add)
+RUN npm install -g sass
33
34
WORKDIR /var/dev
35
node24/Dockerfile
@@ -28,9 +28,9 @@ USER csdev
RUN corepack prepare yarn@4.9.0 --activate
-WORKDIR /var/devqq
+WORKDIR /var/dev
36
CMD ["ash", "-l"]
0 commit comments