Build and push app to harbor
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
eb11f69a20
commit
bc6ddf84ea
@ -26,4 +26,4 @@ EXPOSE 8000
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
||||
# 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
|
||||
|
||||
# Start nginx with entrypoint
|
||||
CMD ["/docker-entrypoint.sh"]
|
||||
CMD ["/docker-entrypoint.sh"]
|
||||
Loading…
x
Reference in New Issue
Block a user