Skip to content

Commit 6a949bb

Browse files
committed
Fix run command
1 parent 5fde9e1 commit 6a949bb

File tree

1 file changed

+1
-1
lines changed
  • tests/cases/docker/chrome-devtools-frontend-next

1 file changed

+1
-1
lines changed

tests/cases/docker/chrome-devtools-frontend-next/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ COPY --from=typescript/typescript /typescript/typescript-*.tgz typescript.tgz
1111
RUN mkdir /typescript
1212
RUN tar -xzvf /typescript.tgz -C /typescript
1313
RUN ln -s /typescript/package ./node_modules/typescript
14-
CMD [ "autoninja", "-C", "out/Default" ]
14+
RUN autoninja -C out/Default front_end

0 commit comments

Comments
 (0)