update docker file
This commit is contained in:
@ -53,3 +53,6 @@ RUN pip install -r requirements.txt
|
||||
|
||||
COPY . /app
|
||||
|
||||
COPY wait-for-it.sh /wait-for-it.sh
|
||||
RUN chmod +x /wait-for-it.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user