Sign inSign up

aniftyco/laravel

By aniftyco

•Updated about 2 years ago

Lightweight Alpine Linux container with Caddy, PHP & Node for Laravel

Image
Languages & frameworks
Web servers
0

503

aniftyco/laravel repository overview

⁠aniftyco/Laravel

Lightweight Alpine Linux container with Caddy, PHP & Node for Laravel

⁠Usage:


FROM aniftyco/laravel

WORKDIR /app

COPY . .

RUN composer install --prefer-dist --no-progress --no-interaction --no-dev

RUN npm ci && npm run build
⁠Build it
docker build -t my-app .
⁠Run it
docker run --rm -it my-app

Tag summary

Content type

Image

Digest

sha256:70b269709…

Size

73.6 MB

Last updated

about 2 years ago

docker pull aniftyco/laravel