Initial commit
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user