Add dockerfile
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
parent
4d2559cec6
commit
b177167c23
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
|
||||||
|
RUN pip install pipenv
|
||||||
|
|
||||||
|
COPY Pipfile* /tmp/
|
||||||
|
RUN cd /tmp && pipenv install --dev --system --deploy
|
||||||
|
|
||||||
|
COPY main.py .
|
||||||
|
|
Loading…
Reference in a new issue