Skip to content

Commit 417e3cc

Browse files
author
Spencer Rinehart
committed
Use a relative path for the build script.
This makes it simpler to change the code location in the future.
1 parent 35b9f85 commit 417e3cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ USER build
1414
ADD provisioning/set-env.sh /home/build/set-env.sh
1515

1616
ENTRYPOINT ["/home/build/set-env.sh"]
17-
CMD ["/code/build.php"]
17+
CMD ["./build.php"]

0 commit comments

Comments
 (0)