Add support for profiling via xdebug

This commit is contained in:
Dale Davies
2022-07-19 12:24:20 +01:00
parent 380093ec19
commit 2d0d7c89fb
4 changed files with 12 additions and 2 deletions

View File

@@ -62,6 +62,9 @@ RUN mkdir -p /var/www/cache/application \
/var/www/cache/application \
&& chmod +x /usr/local/bin/entrypoint.sh
RUN mkdir -p /tmp/xdebug \
&& chown -R jumpapp:jumpapp /tmp/xdebug
# Expose the port we configured for nginx.
EXPOSE 8080