Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 2e4c6a41 authored by Nicolas's avatar Nicolas
Browse files

feat: add credit

parent b220c3af
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
FROM httpd:2.4.57-alpine3.17 FROM httpd:2.4.57-alpine3.17
MAINTAINER Nicolas Béjean <nicolas@bejean.fr> LABEL authors="Nicolas Béjean <nicolas@bejean.fr>"
LABEL company="Béjean Développement"
LABEL website="www.bejean.eu"
LABEL version="1.0"
# Créé l'utilisateur app # Créé l'utilisateur app
RUN addgroup -g 1000 app \ RUN addgroup -g 1000 app \
......
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
FROM php:8.1.18-fpm-alpine3.17 FROM php:8.1.18-fpm-alpine3.17
MAINTAINER Nicolas Béjean <nicolas@bejean.fr> LABEL authors="Nicolas Béjean <nicolas@bejean.fr>"
LABEL company="Béjean Développement"
LABEL website="www.bejean.eu"
LABEL version="1.0"
ENV TZ=Europe/Paris ENV TZ=Europe/Paris
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment