Skip to content
Snippets Groups Projects
Commit bfbf1e3f authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

removed ndots in /etc/resolv.conf

parent 360356d8
Branches
No related tags found
No related merge requests found
...@@ -68,5 +68,7 @@ COPY --chown=root:nginx . /html ...@@ -68,5 +68,7 @@ COPY --chown=root:nginx . /html
WORKDIR /html WORKDIR /html
EXPOSE 80 EXPOSE 80
CMD crond -L /dev/stdout && \ # Removing ndots to resolve issues resolving hosts
CMD echo -e "/ndots:5\nd\nw\nq" | ed /etc/resolv.conf &&\
crond -L /dev/stdout && \
php-fpm7 php-fpm7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment