Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Jan 27, 2020
1 parent fa71e2a commit 92ae233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ARG XDEBUG=/etc/php/7.2/cli/conf.d/20-xdebug.ini
RUN echo "[XDebug]" >> ${XDEBUG} \
&& echo "xdebug.remote_enable = 1" >> ${XDEBUG} \
&& echo "xdebug.remote_autostart = 1" >> ${XDEBUG} \
&& echo "xdebug.remote_connect_back = 1" >> ${XDEBUG}
&& echo "xdebug.remote_host = host.docker.internal" >> ${XDEBUG}

# Put composer stuff to path so it is easy to run codecept
ENV PATH="/app/vendor/bin:${PATH}"
Expand Down

0 comments on commit 92ae233

Please sign in to comment.