From 389e790eab7c3029eaa94a7e749b25ae928ea007 Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Mon, 2 Dec 2024 14:43:18 +0000 Subject: [PATCH] removed Exposed Port --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3f848d7..d92e64d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,8 +35,5 @@ RUN --mount=source=.git,target=.git,type=bind \ # --mount=source=scraibe_webui,target=scraibe_webui,type=bind \ pip install --no-cache-dir ./src -# Expose port -EXPOSE 7860 # Run the application - ENTRYPOINT ["python3", "-m", "scraibe.cli"] \ No newline at end of file