mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 03:35:01 +01:00
Merge pull request #3136 from rectorphp/docker-version
Copy .git directory into docker image
This commit is contained in:
commit
89aa39bc47
6
.docker/php/xdebug.ini
Normal file
6
.docker/php/xdebug.ini
Normal file
@ -0,0 +1,6 @@
|
||||
[xdebug]
|
||||
xdebug.remote_enable=1
|
||||
xdebug.remote_autostart=1
|
||||
xdebug.remote_connect_back=0
|
||||
xdebug.profiler_enable=0
|
||||
xdebug.remote_port=9001
|
@ -14,7 +14,6 @@ changelog-linker.yaml
|
||||
|
||||
LICENSE
|
||||
|
||||
.git/
|
||||
.gitattributes
|
||||
.gitignore
|
||||
|
||||
@ -28,4 +27,4 @@ docker-compose.dist.yml
|
||||
/vendor
|
||||
/docs
|
||||
|
||||
.travis.yml export-ignore
|
||||
.travis.yml export-ignore
|
||||
|
@ -26,6 +26,10 @@ COPY .docker/php/opcache.ini /usr/local/etc/php/conf.d/opcache.ini
|
||||
|
||||
COPY composer.json composer.json
|
||||
COPY stubs stubs
|
||||
|
||||
# This is to make parsing version possible
|
||||
COPY .git .git
|
||||
|
||||
RUN composer install --no-dev --optimize-autoloader --prefer-dist
|
||||
|
||||
RUN mkdir /tmp/opcache
|
||||
|
Loading…
x
Reference in New Issue
Block a user