We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a82a3e commit 91040d0Copy full SHA for 91040d0
php-84/Dockerfile
@@ -557,7 +557,7 @@ RUN cp $(php -r "echo ini_get('extension_dir');")/xdebug.so /opt/bref/extensions
557
558
FROM function as dev
559
560
-COPY --link --from=build_extensions /opt /opt
+COPY --link --from=build_dev /opt /opt
561
COPY --link layers/dev-entrypoint.sh /bref-entrypoint.sh
562
RUN chmod +x /bref-entrypoint.sh
563
0 commit comments