This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################################ | |
| # Base Image | |
| ############################################ | |
| # Learn more about the Server Side Up PHP Docker Images at: | |
| # https://serversideup.net/open-source/docker-php/ | |
| FROM serversideup/php:8.3-fpm-nginx AS base | |
| # Switch to root before installing our PHP extensions | |
| USER root |