Cannot comment @hyperdefined

Thanks for getting back @hyperdefined with the direction about using Caddy.
I cannot comment on the issue thread or PR anymore.
This is a fake commit to comment: do you want to edit the PR with your Dockerfile and make the vars editable via docker container env_vars?
This commit is contained in:
Jonathan Chemla 2025-06-30 10:09:19 +02:00
parent 782045dd82
commit c3818639a0

View File

@ -7,7 +7,7 @@ FROM node:20-alpine AS builder
WORKDIR /repo WORKDIR /repo
RUN npm install -g pnpm RUN npm install -g pnpm
# Copy monorepo into container # Copy monorepo into container
COPY . . COPY . .