Lightweight Alpine Linux container with Caddy, PHP & Node for Laravel
503
Lightweight Alpine Linux container with Caddy, PHP & Node for Laravel
FROM aniftyco/laravel
WORKDIR /app
COPY . .
RUN composer install --prefer-dist --no-progress --no-interaction --no-dev
RUN npm ci && npm run build
docker build -t my-app .
docker run --rm -it my-app
Content type
Image
Digest
sha256:70b269709…
Size
73.6 MB
Last updated
about 2 years ago
docker pull aniftyco/laravel