Skip to content

Commit

Permalink
Added new blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
sdecandelario committed Oct 8, 2018
1 parent 3925e8c commit 2cbdff3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MYSQL_ROOT_PASSWORD=codely_tv
MYSQL_DATABASE=codely_tv
MYSQL_USER=codely_tv
MYSQL_PASSWORD=codely_tv
MYSQL_PASSWORD=codely_tv
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ src/Context/*/Infrastructure/Symfony/Bundle/DependencyInjection/Resources/*_para

vendor/

.env
.env
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ services:
ports:
- "3306:3306"
env_file:
- .env
- .env
2 changes: 1 addition & 1 deletion etc/infrastructure/nginx/site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ server {
fastcgi_read_timeout 1800;
fastcgi_pass php:9000;
}
}
}
2 changes: 1 addition & 1 deletion etc/infrastructure/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
CMD ["sh", "-c", "composer install && php-fpm"]

0 comments on commit 2cbdff3

Please sign in to comment.