Initial commit

This commit is contained in:
2024-08-05 19:56:45 +00:00
committed by DLM Gitea
commit d558204e0a
6 changed files with 85 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# Basic nginx dockerfile starting with Ubuntu 20.04
FROM ubuntu:20.04
RUN apt-get -y update
RUN apt-get -y install nginx