fix server related stuff
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
943003134e
commit
2e343a3ea5
4 changed files with 11 additions and 11 deletions
|
|
@ -5,6 +5,6 @@ WORKDIR /app
|
|||
COPY . .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
EXPOSE 5000
|
||||
EXPOSE 8000
|
||||
|
||||
CMD ["python", "app.py"]
|
||||
CMD ["python", "-m", "gunicorn", "app:app"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue