++ fix Dockerfile
This commit is contained in:
@@ -16,4 +16,4 @@ COPY . .
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
CMD ["gunicorn", "-b", "0.0.0.0:${API_PORT}", "app:app"]
|
||||
CMD ["gunicorn", "-b", "0.0.0.0:5000", "app:app"]
|
||||
|
||||
Reference in New Issue
Block a user