Inspect Dockerfile
Viash generates a dockerfile for executables with a Docker backend. You can view the result of this by passing the hidden ---dockerfile argument to an executable:
viash run -p docker config.vsh.yaml -- ---dockerfile./my_docker_executable ---dockerfileBoth of these output the Docker config to the terminal:
FROM bash:latest
RUN apk add --no-cache curl