mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-07 16:48:02 +00:00

* Update path * Prepare sonar properties * Prepare coverage recipes * Add coverage * Simplify pytest * Organise integration tests * Update path * Use setup instead of reqs * Update recipes * Fix PR event to target * Update event_name * Prepare sonar * Run tests & sonar * Use sonarcloud host * Fix compose * Use ingestion token
8 lines
121 B
Docker
8 lines
121 B
Docker
FROM python:3.8
|
|
|
|
RUN python -m pip install --upgrade pip
|
|
|
|
RUN pip install cryptography mlflow boto3 pymysql
|
|
|
|
EXPOSE 5000
|