bcc-docker icon indicating copy to clipboard operation
bcc-docker copied to clipboard

Adds WORKDIR command inside Dockerfiles

Open pantuza opened this issue 5 years ago • 0 comments

Hi, folks.

This Pull Request reduces the number of command line arguments needed to be passed when getting started with this project/container.

It is a small contribution by adding WORKDIR inside Dockerfiles. If an user wants to make a specific directory as the work directory he can still do it by using --workdir that overrides the WORKDIR from inside the Dockerfile.

Thanks for this project!

pantuza avatar Jul 23 '20 21:07 pantuza