Added static Docker image
This commit is contained in:
4
static/Caddyfile
Normal file
4
static/Caddyfile
Normal file
@@ -0,0 +1,4 @@
|
||||
:8002 {
|
||||
root * /srv/
|
||||
file_server
|
||||
}
|
4
static/Dockerfile
Normal file
4
static/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM caddy:latest
|
||||
|
||||
COPY Caddyfile /etc/caddy/Caddyfile
|
||||
COPY . /srv/
|
Reference in New Issue
Block a user