Skip to content

Instantly share code, notes, and snippets.

View wilbertsantos's full-sized avatar
🐢
Working from home

Wilbert wilbertsantos

🐢
Working from home
View GitHub Profile
@wilbertsantos
wilbertsantos / Dockerfile
Created March 3, 2023 12:18 — forked from lostdesign/Dockerfile
Run your Laravel project using Docker
FROM php:7.4-fpm
RUN apt-get update && apt-get install -qy --no-install-recommends \
curl \
openssl \
libfreetype6-dev \
libjpeg62-turbo-dev \
libmagickwand-dev \
libmcrypt-dev \
libgmp-dev\