Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ford-at-aws authored Jul 27, 2023
1 parent cb919f2 commit 4ee9282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javav2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# GA updates: https://github.com/awsdocs/aws-doc-sdk-examples/issues/4128
FROM maven:latest
COPY . /javav2/
CMD ["cd javav2", "&&", "./run_tests.sh"]
CMD ["./javav2/run_tests.sh"]

0 comments on commit 4ee9282

Please sign in to comment.