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 62d9366 commit 7ef22a1Copy full SHA for 7ef22a1
layers/fpm-dev/Dockerfile
@@ -37,6 +37,9 @@ EXPOSE 8000
37
# Add `php/conf.dev.d` to the path where PHP looks for configuration files
38
ENV PHP_INI_SCAN_DIR="/opt/bref/etc/php/conf.d:/var/task/php/conf.d:/var/task/php/conf.dev.d"
39
40
+# Add composer
41
+COPY --link --from=composer/composer:2-bin /composer /usr/bin/composer
42
+
43
# Originally the entrypoint is `/lambda-entrypoint.sh` and CMD contains the handler name
44
# We override the entrypoint to run our own logic
45
ENTRYPOINT [ "/bref-entrypoint.sh" ]
0 commit comments