Skip to content
Snippets Groups Projects
Commit 29e93565 authored by jurgenhaas's avatar jurgenhaas
Browse files

Take different approach to fix iconv() notices

parent 70b47339
No related branches found
Tags v1.6.1
No related merge requests found
Pipeline #18571 passed
v1.4.4 2020-05-22
-----------------
Take different approach to fix iconv() notices
v1.4.3 2020-05-22
-----------------
Fix iconv() notices
......
......@@ -117,7 +117,6 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \
ADD bin/* /usr/local/bin/
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so
ENV LAKEDROPS_DEV_DC_OPTIONS "-T"
ENTRYPOINT ["docker-entrypoint.sh"]
......
#!/bin/bash
docker-compose exec ${LAKEDROPS_DEV_DC_OPTIONS} --user root php /var/www/html/vendor/bin/rector "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment