Files
docker-epg/Dockerfile
2024-08-05 19:56:45 +00:00

4 lines
120 B
Docker

# Basic nginx dockerfile starting with Ubuntu 20.04
FROM ubuntu:20.04
RUN apt-get -y update
RUN apt-get -y install nginx