diff --git a/.env.dist b/.env.dist index b989334c3..30ab182d6 100644 --- a/.env.dist +++ b/.env.dist @@ -1,4 +1,4 @@ MYSQL_ROOT_PASSWORD=codely_tv MYSQL_DATABASE=codely_tv MYSQL_USER=codely_tv -MYSQL_PASSWORD=codely_tv \ No newline at end of file +MYSQL_PASSWORD=codely_tv diff --git a/.gitignore b/.gitignore index e9d6d7333..76723f306 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,4 @@ src/Context/*/Infrastructure/Symfony/Bundle/DependencyInjection/Resources/*_para vendor/ -.env \ No newline at end of file +.env diff --git a/docker-compose.yml b/docker-compose.yml index e2981b746..a48e5bd02 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,4 +33,4 @@ services: ports: - "3306:3306" env_file: - - .env \ No newline at end of file + - .env diff --git a/etc/infrastructure/nginx/site.conf b/etc/infrastructure/nginx/site.conf index 3bba77361..d7651f3f4 100755 --- a/etc/infrastructure/nginx/site.conf +++ b/etc/infrastructure/nginx/site.conf @@ -27,4 +27,4 @@ server { fastcgi_read_timeout 1800; fastcgi_pass php:9000; } -} \ No newline at end of file +} diff --git a/etc/infrastructure/php/Dockerfile b/etc/infrastructure/php/Dockerfile index 690f711b6..ca42129c3 100644 --- a/etc/infrastructure/php/Dockerfile +++ b/etc/infrastructure/php/Dockerfile @@ -11,4 +11,4 @@ RUN apk add rabbitmq-c rabbitmq-c-dev \ && pecl install amqp apcu\ && docker-php-ext-enable amqp apcu -CMD ["sh", "-c", "composer install && php-fpm"] \ No newline at end of file +CMD ["sh", "-c", "composer install && php-fpm"]