diff --git a/Dockerfile b/Dockerfile index f4e002a..4e402eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ COPY . /app WORKDIR /app USER nobody -CMD [ "gunicorn", "-b", "0.0.0.0:5000", "nginx-ldap-connector:app" ] +CMD [ "gunicorn", "-b", "0.0.0.0:5555", "nginx-ldap-connector:app" ]