add kaniko, add env in Dockerfile
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2025-03-28 18:53:35 +05:00
parent e9301f90f0
commit 7b36c2a46c
2 changed files with 15 additions and 20 deletions

View File

@@ -4,6 +4,8 @@ WORKDIR /app
COPY . .
ENV PYTHONPATH=/app
RUN pip install --no-cache-dir -r requirements.txt
CMD ["python", "main.py"]