FROM php:7.4-cli
COPY . /usr/src/daflmusic
WORKDIR /usr/src/daflmusic
CMD [ "php", "./public/index.php" ]