Skip to content

Commit 735ca9d

Browse files
authored
Java - Fix Dockerfile (#5926)
1 parent 47418a0 commit 735ca9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javav2/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ RUN useradd -m automation && \
1515
chown -R automation:automation /javav2
1616
USER automation:automation
1717

18-
CMD ["./run_tests.sh"]
18+
CMD ["/javav2/run_tests.sh"]

0 commit comments

Comments
 (0)