This commit is contained in:
parent
ec2a7a4dba
commit
57326d72f9
@ -27,4 +27,3 @@ ENV PYTHONUNBUFFERED=1
|
|||||||
|
|
||||||
# Run the application
|
# Run the application
|
||||||
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
|
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
|
||||||
|
|
||||||
|
|||||||
@ -73,4 +73,4 @@ RUN echo '#!/bin/sh' > /docker-entrypoint.sh && \
|
|||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
# Start nginx with entrypoint
|
# Start nginx with entrypoint
|
||||||
CMD ["/docker-entrypoint.sh"]
|
CMD ["/docker-entrypoint.sh"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user