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 34a924d4 authored by Nicolas's avatar Nicolas
Browse files

feat: Update PHPFPM docker image

parent aa8a7af5
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,10 @@
FROM php:7.3-fpm-bullseye
MAINTAINER Nicolas Béjean <nicolas@bejean.fr>
RUN apt-get update && apt-get install -y \
git \
zip
# Créé l'utilisateur app
RUN groupadd -g 1000 app \
&& useradd -g 1000 -u 1000 -d /var/www -s /bin/bash app
......
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