Given a Dockerfile like this:
Dockerfile
WORKDIR / COPY ./folder ./folder # OTHER COMMANDS...
On my dev environment I would
dev