Skip to content

Commit 8c08ef1

Browse files
committed
update: dockerfile
1 parent 255b5ca commit 8c08ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY ./tests/package-lock.json package-lock.json
88
COPY ./tests/cypress.config.ts cypress.config.ts
99
COPY ./tests/run-tests.sh run-tests.sh
1010

11-
RUN npm install
11+
RUN npm install && chmod +x run-tests.sh
1212

1313
COPY ./tests/cypress cypress
1414

0 commit comments

Comments
 (0)