Added wait-for-it to wait for DB for laravel
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
FROM php:7.3-fpm
|
||||
|
||||
RUN apt-get update && apt-get install -y openssh-server unzip git msmtp nginx \
|
||||
RUN apt-get update && apt-get install -y openssh-server unzip git msmtp nginx wait-for-it \
|
||||
&& rm /etc/nginx/sites-enabled/default \
|
||||
&& apt-get -y autoremove \
|
||||
&& apt-get clean \
|
||||
|
Reference in New Issue
Block a user