diff --git a/01 Building and Pushing Docker Images/Dockerfile b/01 Building and Pushing Docker Images/Dockerfile index bb9e732..3b4fbac 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 @@ -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