Moved files
This commit is contained in:
parent
737bae300c
commit
a93a73ef4d
3 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
#!/bin/ash
|
||||
cd /app
|
||||
|
||||
tini -- php-fpm
|
||||
|
||||
until nc -z -v -w30 $DB_HOST 3306
|
|
@ -10,7 +10,7 @@ RUN apk add --no-cache wget ca-certificates && \
|
|||
|
||||
COPY . ./
|
||||
|
||||
COPY default.conf /etc/nginx/conf.d/default.conf
|
||||
COPY .dev/default.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
RUN cp .env.example .env
|
||||
RUN composer install --no-dev
|
||||
|
@ -21,5 +21,5 @@ EXPOSE 443
|
|||
RUN chown -R www-data:www-data .
|
||||
RUN chmod -R 777 storage/* bootstrap/cache /var/run/php
|
||||
|
||||
ENTRYPOINT ["ash", "entrypoint.sh"]
|
||||
ENTRYPOINT ["ash", ".dev/entrypoint.sh"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue