oluwapaso
oluwapaso
``` service: app provider: name: aws runtime: provided.al2 environment: BREF_AUTOLOAD_PATH: '/tmp/vendor/autoload.php' functions: foo: handler: index.php layers: - ${bref:layer.php-81} # PHP custom: bref: separateVendor: true ``` Hi, please I am having...
My dockerfile FROM golang:1.22 as build ENV CGO_ENABLED=0 WORKDIR /app # Install CA certificates RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates COPY go.mod go.sum ./ RUN go mod...