feat: wait-for-it.sh so you wont need to run compose up multiple times

This commit is contained in:
Tomasz Dłuski
2020-08-24 16:16:35 +02:00
parent 031d93581a
commit 56c300b144
3 changed files with 188 additions and 2 deletions

View File

@@ -3,4 +3,8 @@ FROM continuumio/miniconda3:latest
ADD . /app
WORKDIR /app
RUN pip install mlflow boto3 pymysql
COPY wait-for-it.sh wait-for-it.sh
RUN chmod +x wait-for-it.sh
RUN pip install mlflow boto3 pymysql