Join Slack
Powered by
This message was deleted.
# dotnet
s
sparse-intern-71089
08/17/2020, 11:52 AM
This message was deleted.
b
boundless-tailor-35598
08/17/2020, 12:05 PM
I managed to solve this one myself. For anyone else with the same issue, instead of using a string for Build which is set to the directory containing the Dockerfile, instead use the following:
boundless-tailor-35598
08/17/2020, 12:07 PM
Build = new Docker.DockerBuild() { Context = "../relative_path_of_directory_you_want_to_be_provided_to_the_dockerfile", Dockerfile = "../path_to_docker_directory/Dockerfile" }
Open in Slack
Previous
Next