Remove /dev/null from dockerfile for easier debugging

This commit is contained in:
Jan Mikeš 2020-04-20 10:34:51 +02:00
parent 915faa886b
commit 0dacb02471
No known key found for this signature in database
GPG Key ID: 1DEDF63B40DDA99D

View File

@ -37,7 +37,7 @@ RUN mkdir /tmp/opcache
COPY . .
# To warmup opcache a little
RUN bin/rector list 2>&1 > /dev/null
RUN bin/rector list
ENTRYPOINT [ "bin/rector" ]