From a65b420754926e3a5f17ec43a3b5a8072e3bf775 Mon Sep 17 00:00:00 2001 From: veera Date: Fri, 20 Dec 2024 19:58:45 +0530 Subject: [PATCH 1/3] new commit --- 01 Building and Pushing Docker Images/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01 Building and Pushing Docker Images/Dockerfile b/01 Building and Pushing Docker Images/Dockerfile index bb9e732..51966fb 100644 --- a/01 Building and Pushing Docker Images/Dockerfile +++ b/01 Building and Pushing Docker Images/Dockerfile @@ -1,7 +1,7 @@ FROM python:2.7-alpine RUN mkdir /app -WORKDIR /app +WORKDIR /initgit COPY requirements.txt requirements.txt RUN pip install -r requirements.txt From d9f5b7e7c5fc3a1d33923347335de3d7ac74cb6c Mon Sep 17 00:00:00 2001 From: veera Date: Fri, 20 Dec 2024 20:04:43 +0530 Subject: [PATCH 2/3] 2nd commit --- 01 Building and Pushing Docker Images/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01 Building and Pushing Docker Images/Dockerfile b/01 Building and Pushing Docker Images/Dockerfile index 51966fb..3b4fbac 100644 --- a/01 Building and Pushing Docker Images/Dockerfile +++ b/01 Building and Pushing Docker Images/Dockerfile @@ -11,4 +11,4 @@ COPY . . LABEL maintainer="WebMagic Informatica " \ version="1.0" -CMD flask run --host=0.0.0.0 --port=5000 +CMD flask run --host=0.0.0.0 --port= \ No newline at end of file From 824f2d3fb1e7891aef2276958fe44ec23730598d Mon Sep 17 00:00:00 2001 From: veera Date: Fri, 20 Dec 2024 20:10:12 +0530 Subject: [PATCH 3/3] Add new feature or fix description --- 01 Building and Pushing Docker Images/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/01 Building and Pushing Docker Images/Dockerfile b/01 Building and Pushing Docker Images/Dockerfile index 3b4fbac..dbccad6 100644 --- a/01 Building and Pushing Docker Images/Dockerfile +++ b/01 Building and Pushing Docker Images/Dockerfile @@ -9,6 +9,4 @@ RUN pip install -r requirements.txt COPY . . LABEL maintainer="WebMagic Informatica " \ - version="1.0" - -CMD flask run --host=0.0.0.0 --port= \ No newline at end of file + version="3.0"git \ No newline at end of file