add docker file
This commit is contained in:
parent
e7f13fc68f
commit
0f64754e8e
1 changed files with 6 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
FROM caddy:2-alpine
|
||||||
|
|
||||||
|
COPY index.html /usr/share/caddy
|
||||||
|
COPY styles.css /usr/share/caddy
|
||||||
|
COPY robots.txt /usr/share/caddy
|
||||||
|
COPY face.jpg /usr/share/caddy
|
Loading…
Reference in a new issue