Closed xShuden closed 4 years ago
@obheda12 Looks like that @xShuden was faster than I with this.
@xShuden I had a more leaner solution in mind:
FROM python:3.8-slim COPY requirements.txt . RUN pip install --user -r requirements.txt WORKDIR /code COPY ./GitDorker.py . ENTRYPOINT [ "python", "GitDorker.py" ]
But feel free to use any solution you want.
You did not add volume.
@obheda12 Looks like that @xShuden was faster than I with this.
@xShuden I had a more leaner solution in mind:
But feel free to use any solution you want.