๐ŸŒ mirroring test!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: create Caddyfile and Dockerfile to deploy website with container

+7
+3
Caddyfile
··· 1 + :8080 { 2 + file_server 3 + }
+4
Dockerfile
··· 1 + FROM caddy:2 2 + COPY Caddyfile /etc/caddy/Caddyfile 3 + EXPOSE 8080 4 + COPY . /srv