-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Labels
area/builderBuildBuildkind/featureFunctionality or other elements that the project doesn't currently have. Features are new and shinyFunctionality or other elements that the project doesn't currently have. Features are new and shiny
Description
Currently I have mostly-useless commands in my Dockerfile like
ADD stuff /docker_setup
RUN /docker_setup/install.sh && rm -rf /docker_setup
This is ugly. Can we have:
BIND_CONTEXT /docker_context
RUN /docker_context/stuff/install.sh
I'm not picky about the syntax. I want to have docker build do what docker run -v does, but during the build process.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/builderBuildBuildkind/featureFunctionality or other elements that the project doesn't currently have. Features are new and shinyFunctionality or other elements that the project doesn't currently have. Features are new and shiny