Note: For newer versions of NodeJS, Nginx and MongoDB, checkout their websites and update the related parts.
run all the commands in terminal as the root user (sudo su
)
yum update
yum install -y epel-release
FROM php:7.2-fpm | |
COPY app /var/www/ | |
EXPOSE 9000 |