diff --git a/Dockerfile b/Dockerfile index a940f07..1a8a9d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM caddy:latest -COPY target /srv \ No newline at end of file +COPY build /srv \ No newline at end of file