Wait for db during launch

This commit is contained in:
sn0w
2019-01-10 19:32:40 +01:00
parent 2acfbc8842
commit a72cfa9b4e
2 changed files with 9 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ EXPOSE 4000
# Get dependencies
RUN \
apk add --no-cache --virtual .tools \
git curl \
git curl postgresql-client \
\
&& apk add --no-cache --virtual .sdk \
build-base \