Skip to content

Instantly share code, notes, and snippets.

View hAbd0u's full-sized avatar
👀
Looking for new opportunities and challenges

Ilyes Abdelrazak Beladel hAbd0u

👀
Looking for new opportunities and challenges
View GitHub Profile
@clandestine8
clandestine8 / Production.Dockerfile
Last active July 1, 2024 23:03
UNIT3D Dockerfile - WIP
FROM php:8.1-fpm-alpine
# ENV & Build ARGS
ENV LARAVEL_DIR /var/www
ARG BRANCH=master
WORKDIR ${LARAVEL_DIR}
# Install Deps
RUN apk add --no-cache git sed nginx nodejs npm openssh-client libzip-dev libsodium-dev icu-dev mysql-client supervisor freetype-dev libjpeg-turbo-dev libpng-dev
RUN apk add --no-cache $PHPIZE_DEPS