init
This commit is contained in:
4
static-container/Dockerfile
Normal file
4
static-container/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM nginx
|
||||
RUN mkdir -p /usr/share/html/
|
||||
COPY *.html /usr/share/nginx/html/
|
||||
COPY .well-known/acme-challenge /usr/share/nginx/html/.well-known/acme-challenge/
|
||||
1
static-container/index.html
Normal file
1
static-container/index.html
Normal file
@@ -0,0 +1 @@
|
||||
hello, static content
|
||||
Reference in New Issue
Block a user