We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fde9e1 commit 6a949bbCopy full SHA for 6a949bb
tests/cases/docker/chrome-devtools-frontend-next/Dockerfile
@@ -11,4 +11,4 @@ COPY --from=typescript/typescript /typescript/typescript-*.tgz typescript.tgz
11
RUN mkdir /typescript
12
RUN tar -xzvf /typescript.tgz -C /typescript
13
RUN ln -s /typescript/package ./node_modules/typescript
14
-CMD [ "autoninja", "-C", "out/Default" ]
+RUN autoninja -C out/Default front_end
0 commit comments