Skip to content

Commit 91040d0

Browse files
committed
Fix
1 parent 5a82a3e commit 91040d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-84/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ RUN cp $(php -r "echo ini_get('extension_dir');")/xdebug.so /opt/bref/extensions
557557

558558
FROM function as dev
559559

560-
COPY --link --from=build_extensions /opt /opt
560+
COPY --link --from=build_dev /opt /opt
561561
COPY --link layers/dev-entrypoint.sh /bref-entrypoint.sh
562562
RUN chmod +x /bref-entrypoint.sh
563563

0 commit comments

Comments
 (0)