We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47418a0 commit 735ca9dCopy full SHA for 735ca9d
javav2/Dockerfile
@@ -15,4 +15,4 @@ RUN useradd -m automation && \
15
chown -R automation:automation /javav2
16
USER automation:automation
17
18
-CMD ["./run_tests.sh"]
+CMD ["/javav2/run_tests.sh"]
0 commit comments