Remove extra newline from bottom of root files.

This commit is contained in:
Michael Stenta 2018-08-15 10:28:51 -04:00
parent b455f85a6b
commit a763a17eeb
3 changed files with 0 additions and 3 deletions

View File

@ -79,4 +79,3 @@ COPY docker-entrypoint.sh /usr/local/bin/
RUN chmod u+x /usr/local/bin/docker-entrypoint.sh
ENTRYPOINT ["docker-entrypoint.sh"]
CMD ["apache2-foreground"]

View File

@ -16,4 +16,3 @@ projects[farm][type] = profile
projects[farm][download][type] = git
projects[farm][download][url] = http://git.drupal.org/project/farm.git
projects[farm][download][branch] = 7.x-1.x

View File

@ -25,4 +25,3 @@ services:
- '80:80'
environment:
FARMOS_DEV: 'true'