Search found 1 match

by dytfght
Tue Oct 15, 2024 8:22 pm
Forum: Evernode Developing
Topic: Hello World PHP - NGINX - basic [Resolved]
Replies: 0
Views: 16595

Hello World PHP - NGINX - basic [Resolved]

Hello,

Display a basic phpinfo().

Dockerfile :
FROM evernode/sashimono:hp.latest-ubt.20.04

# Set noninteractive to avoid prompts during installation
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update

# Update and install Nginx, PHP, and MySQL
RUN apt-get install -y software-properties ...