Skip to content

Commit

Permalink
feat: Update Caddyfile source URL in Dockerfiles
Browse files Browse the repository at this point in the history
Changed the Caddyfile source URL to point to the 'formancehq/gateway' repository instead of 'formancehq/stack'. This ensures the Dockerfiles pull the file from the correct, updated repository structure.
  • Loading branch information
flemzord committed Jan 27, 2025
1 parent 74da06e commit 96f4b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ghcr.io/formancehq/base:22.04
ADD https://raw.githubusercontent.com/formancehq/stack/main/ee/gateway/Caddyfile /etc/caddy/Caddyfile
ADD https://raw.githubusercontent.com/formancehq/gateway/main/Caddyfile /etc/caddy/Caddyfile
COPY gateway /usr/bin/caddy
ENV OTEL_SERVICE_NAME gateway
ENTRYPOINT ["/usr/bin/caddy"]
Expand Down
2 changes: 1 addition & 1 deletion scratch.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ghcr.io/formancehq/base:scratch
ADD https://raw.githubusercontent.com/formancehq/stack/main/ee/gateway/Caddyfile /etc/caddy/Caddyfile
ADD https://raw.githubusercontent.com/formancehq/gateway/main/Caddyfile /etc/caddy/Caddyfile
COPY gateway /usr/bin/caddy
ENV OTEL_SERVICE_NAME gateway
ENTRYPOINT ["/usr/bin/caddy"]
Expand Down

0 comments on commit 96f4b44

Please sign in to comment.