diff --git a/Dockerfile b/Dockerfile index ffe7002..7565973 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY ./app /app RUN pip install --trusted-host pypi.python.org -r requirements.txt # Make port 80 available to the world outside this container -EXPOSE 80 +EXPOSE 5000 # Define environment variable ENV NAME DataAccessManager