From 0ea4abca33363f0bbdffa181b60beefc247774fa Mon Sep 17 00:00:00 2001 From: Parker Date: Sun, 25 Feb 2024 02:15:31 -0600 Subject: Creation --- 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..a23b657 --- /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/linklogger.py" ] \ No newline at end of file -- cgit v1.2.3-70-g09d2