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

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

View File

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

View File

@ -32,3 +32,4 @@ COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80 EXPOSE 80
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]