Skip to content

Commit

Permalink
add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yongjer committed Apr 24, 2024
1 parent 4adad69 commit da4dfde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
From python:3.10
RUN python3 -m pip install --upgrade pip
RUN pip install -r requirements.txt
CMD ["python3", "setting.py"]

0 comments on commit da4dfde

Please sign in to comment.