SimpleContainerGenerator.jl
SimpleContainerGenerator.jl copied to clipboard
Feature request: set entrypoint for container
I'd like to use this package to define a base container on which to add some additional code. Is it possible to add an option to set the entrypoint (possibly excluding one) for the Dockerfile? It would also be useful to have an argument for adding text (e.g. another Dockerfile in a multi-stage build) at the end of the generated Dockerfile.