Added Dockerfile

This commit is contained in:
Alton Johnson 2022-11-28 22:54:41 -05:00
parent 8dfbb2c70b
commit 44af617479
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ COPY . .
RUN pip install -r requirements.txt
ENTRYPOINT ["python3", "sublist3r.py"]
ENTRYPOINT ["python", "sublist3r.py"]