diff --git a/dockerfile b/dockerfile new file mode 100644 index 000000000..e65ecbe5c --- /dev/null +++ b/dockerfile @@ -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