Skip to content

Commit 0eb0620

Browse files
committed
debug dockerfile
Signed-off-by: PatStLouis <[email protected]>
1 parent 3888664 commit 0eb0620

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt install default-jre -y
88
COPY package.json ./
99
COPY tests/ ./tests
1010

11-
RUN npm i
12-
RUN npx mocha tests/
11+
# RUN npm i
12+
# RUN npx mocha tests/
1313

14-
ENTRYPOINT ["npx", "allure", "serve", "-h", "0.0.0.0", "-p", "8080"]
14+
# ENTRYPOINT ["npx", "allure", "serve", "-h", "0.0.0.0", "-p", "8080"]

0 commit comments

Comments
 (0)