Build and push app
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
dvirlabs 2026-03-25 13:46:00 +02:00
parent 67d217ca12
commit 3d4e39e52c
2 changed files with 2 additions and 2 deletions

View File

@ -13,4 +13,4 @@ COPY main.py .
EXPOSE 8000
# 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"]

View File

@ -32,4 +32,4 @@ RUN echo '#!/bin/sh' > /docker-entrypoint.d/40-generate-env.sh && \
# Expose port
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]
CMD ["nginx", "-g", "daemon off;"]