dockerfile update
This commit is contained in:
parent
8279f5a161
commit
e421ed037c
|
@ -0,0 +1,8 @@
|
||||||
|
FROM ubuntu:latest
|
||||||
|
MAINTAINER Ivan I. Ovchinnikov 'mail@iovchinnikov.ru'
|
||||||
|
RUN apt update -qy
|
||||||
|
RUN apt install -qy python3 python3-pip python3-dev
|
||||||
|
COPY . /app
|
||||||
|
WORKDIR /app
|
||||||
|
RUN pip install -r requirements.txt
|
||||||
|
CMD ["python3", "app.py"]
|
Loading…
Reference in New Issue