Delete 'DockerFile'
This commit is contained in:
parent
398a4d4fb4
commit
fc41c7501e
16
DockerFile
16
DockerFile
@ -1,16 +0,0 @@
|
|||||||
FROM ubuntu:20.04
|
|
||||||
|
|
||||||
MAINTANER Abel Fokkinga "abel@fokkinga.com"
|
|
||||||
|
|
||||||
RUN apt-get update -y && \
|
|
||||||
apt-get install -y python-pip python-dev
|
|
||||||
|
|
||||||
WORKDIR /app
|
|
||||||
|
|
||||||
RUN pip install flask, requests, wtforms, json
|
|
||||||
|
|
||||||
COPY . /app
|
|
||||||
|
|
||||||
ENTRYPOINT [ "python" ]
|
|
||||||
|
|
||||||
CMD [ "main.py" ]
|
|
||||||
Loading…
x
Reference in New Issue
Block a user