fix: conflict volume
All checks were successful
Build and Deploy / deploy (push) Successful in 12s

This commit is contained in:
2025-07-21 02:50:08 +05:00
parent 49dbc664b3
commit b5369ed060

View File

@ -8,8 +8,6 @@ RUN pip install -r requirements.txt
COPY . .
VOLUME /app/static
EXPOSE 3000
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "3000"]