feature: dont use wait-for-it which is newline characted dependant and causes problem on windows closes #17

This commit is contained in:
Tomasz Dłuski
2022-11-02 17:26:52 +01:00
parent 83e0b0ef12
commit ee071564ef
3 changed files with 12 additions and 189 deletions

View File

@@ -5,6 +5,3 @@ RUN pip install mlflow boto3 pymysql
ADD . /app
WORKDIR /app
COPY wait-for-it.sh wait-for-it.sh
RUN chmod +x wait-for-it.sh