Added wait for it to prod dockerfile
This commit is contained in:
parent
52dc0b5a81
commit
0dbd30bb3a
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ WORKDIR /app
|
|||
RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||
build-essential \
|
||||
libpq-dev \
|
||||
wait-for-it \
|
||||
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue