From 0fbdd7fced2c445a425621f3b106f257748dc0ba Mon Sep 17 00:00:00 2001 From: Parker M Date: Sat, 16 Sep 2023 21:52:24 -0500 Subject: commit --- Dockerfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Dockerfile (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..110f3e8 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,11 @@ +FROM python:3.11-slim + +MAINTAINER "parker " + +WORKDIR / + +COPY . . +RUN pip install -r requirements.txt + +ENTRYPOINT [ "python" ] +CMD [ "-u", "app/wsgi.py" ] \ No newline at end of file -- cgit v1.2.3-70-g09d2