Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoOMaia committed Nov 26, 2023
1 parent 1e7ca24 commit 10c0777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rest_API/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ USER appuser

EXPOSE 32196

CMD python client.py -m flask run --host=0.0.0.0 --port 32196
CMD python -m flask run --host=0.0.0.0 --port 32196

0 comments on commit 10c0777

Please sign in to comment.