types/search & types/sde_type/

This commit is contained in:
Tom Villette
2023-08-29 17:48:48 +02:00
parent 817d83b6a2
commit cd39ac22fc
3 changed files with 21 additions and 4 deletions

View File

@@ -11,4 +11,4 @@ RUN python -m pip install --no-cache-dir --upgrade -r requirements.txt
COPY --chown=appuser:appuser eveal /app
USER appuser
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
CMD ["uvicorn", "eveal.main:app", "--host", "0.0.0.0", "--port", "8000"]