Skip to content

Commit

Permalink
Clean up docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Maria Valera Reales committed Sep 11, 2020
1 parent 7d0057e commit 9ae6358
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions devops/dev/php.dockerfile
Expand Up @@ -5,9 +5,8 @@ RUN apt-get update && \
RUN pecl install -o -f xdebug \
&& rm -rf /tmp/pear \
&& docker-php-ext-enable xdebug
RUN curl https://getcomposer.org/download/1.9.0/composer.phar > /usr/local/bin/composer
RUN curl https://getcomposer.org/download/1.10.13/composer.phar > /usr/local/bin/composer
RUN chmod 755 /usr/local/bin/composer
ENV XDEBUG_CONFIG="idekey=anything-works-here"
ENV PHP_IDE_CONFIG="serverName=Docker"
RUN useradd -m dev
WORKDIR /srv/edifact-parser
1 change: 0 additions & 1 deletion docker-compose.yml
Expand Up @@ -5,4 +5,3 @@ edifact_parser_php:
hostname: php
volumes:
- .:/srv/edifact-parser:delegated
- ~/.ssh:/home/dev/.ssh

0 comments on commit 9ae6358

Please sign in to comment.