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 10c0777 commit a688e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 -m flask run --host=0.0.0.0 --port 32196
CMD python run --host=0.0.0.0
2 changes: 1 addition & 1 deletion Rest_API/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ def get_songs():
return jsonify({'songs': songs_data})

if __name__ == '__main__':
app.run()
app.run(port=32196)

0 comments on commit a688e14

Please sign in to comment.