Add dockerfile
This commit is contained in:
parent
7b9379b5c5
commit
1ed09666b8
1 changed files with 8 additions and 0 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
FROM python:3.10
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
|
COPY . /app
|
||||||
|
RUN pip install --no-cache-dir .
|
||||||
|
|
||||||
|
CMD [ "python", "run.py" ]
|
Loading…
Add table
Reference in a new issue