1ARG PHP_VERSION=7.4-cli
2FROM php:${PHP_VERSION}
3
4# Create app directory
5WORKDIR /usr/src/app
6