RUN groupadd sudo;useradd -d /application -g 33 -G sudo -s /bin/bash -u 1001 toolbox
-# PHP-FPM packages need a nudge to make them docker-friendly
-COPY overrides.conf /etc/php/8.2/fpm/pool.d/z-overrides.conf
-
COPY --chmod=0755 startup /usr/bin/startup
CMD exec /usr/bin/startup
RUN groupadd sudo;useradd -d /application -g 33 -G sudo -s /bin/bash -u 1001 toolbox
-# PHP-FPM packages need a nudge to make them docker-friendly
-COPY overrides.conf /etc/php/8.2/fpm/pool.d/z-overrides.conf
-
CMD exec /usr/bin/startup
# Open up fcgi port