Skip to content

Commit 7f4d830

Browse files
committed
change npx command to mocha
Signed-off-by: PatStLouis <[email protected]>
1 parent ae45f74 commit 7f4d830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ COPY package.json ./
77
COPY tests/ ./
88

99
RUN npm i
10-
RUN npx test tests/
10+
RUN npx mocha tests/
1111

1212
ENTRYPOINT ["npx", "allure", "serve", "-h", "0.0.0.0", "-p", "8080"]

0 commit comments

Comments
 (0)