This repository contains the Dockerfile to build the container image that runs Open Journal System (OJS) using php-fpm.
You'll need to run nginx webserver that will pass the processing of PHP files to php-fpm. See docker-compose.yaml
to see how you can implement it.
docker build -t ojs-nginx:latest .
config.TEMPLATE.inc.php
as config.inc.php
.docker-compose up -d