Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Dec 30, 2024
1 parent bb658f5 commit 4dcb64d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ COPY build.sh deploy.sh /

USER deno

CMD ["/usr/bin/caddy", "run"]
CMD ["/usr/sbin/caddy", "run"]

0 comments on commit 4dcb64d

Please sign in to comment.