diff --git a/Caddyfile b/Caddyfile index e78d078..c7f80a1 100644 --- a/Caddyfile +++ b/Caddyfile @@ -2,7 +2,7 @@ admin off } -:8888 { +:5000 { # We answer all requests this CI/CD yaml file from this repo file_server rewrite * /.gitlab-ci.yml diff --git a/Dockerfile b/Dockerfile index 6f19747..3c8fd2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,4 @@ COPY build.sh deploy.sh / USER deno -CMD ["/usr/bin/caddy", "run"] +CMD ["/usr/sbin/caddy", "run"]