Skip to content

Commit

Permalink
feat(Dockerfile): Edit docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirhBrt committed Feb 12, 2024
1 parent c5bc544 commit 556c522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN pip install -r requirements.txt

COPY . .

CMD ["python", "zookeeper.py"]
CMD ["python", "broker.py"]

0 comments on commit 556c522

Please sign in to comment.