When i build the dockerfile using docker build . Docker build it successfully.
docker build .
WORKDIR /code RUN python3 -m venv .env RUN . .env/bin