Build and push app to harbor
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
dvirlabs 2026-03-22 10:00:10 +02:00
parent cf7f3ee799
commit 62d4abfaba
2 changed files with 2 additions and 2 deletions

View File

@ -21,4 +21,4 @@ COPY . .
EXPOSE 8000 EXPOSE 8000
# Run the application # Run the application
CMD ["python", "main.py"] CMD ["python", "main.py"]

View File

@ -31,4 +31,4 @@ COPY nginx.conf /etc/nginx/conf.d/default.conf
# Expose port 80 # Expose port 80
EXPOSE 80 EXPOSE 80
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]