Build invy app
This commit is contained in:
parent
88cea4f4cd
commit
ef79895358
@ -27,3 +27,4 @@ ENV PYTHONUNBUFFERED=1
|
||||
|
||||
# Run the application
|
||||
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
|
||||
|
||||
|
||||
@ -57,3 +57,4 @@ EXPOSE 80
|
||||
|
||||
# Start nginx
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user