Skip to content

Commit 61fde9c

Browse files
committed
Changes the testing flag in the Dockerfile
1 parent a268f6a commit 61fde9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ RUN addgroup -S automation && \
2222
USER automation:automation
2323

2424
#CMD ["/php/testing", "--integ"]
25-
CMD ["/php/testing", "--test"]
25+
CMD ["/php/testing", "--test-pass"]

0 commit comments

Comments
 (0)