Adds wait-for-it script

This commit is contained in:
Aaron Louie 2020-05-24 14:53:48 -04:00
parent 28c254a106
commit 52208d9c8a
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ FROM ubuntu:bionic
ARG DEBIAN_FRONTEND=noninteractive
COPY --from=pipenv /app/dist/*.whl .
COPY wait-for-it.sh .
RUN set -xe \
&& apt-get update -q \