Skip to content

Commit

Permalink
fix port in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tibroc committed Feb 2, 2024
1 parent 962b71c commit 60b4b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

0 comments on commit 60b4b9d

Please sign in to comment.