From c3818639a04d5e0933a878929bcfa8000318a6e2 Mon Sep 17 00:00:00 2001 From: Jonathan Chemla Date: Mon, 30 Jun 2025 10:09:19 +0200 Subject: [PATCH] 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? --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 913b5645..3e7a984f 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -7,7 +7,7 @@ FROM node:20-alpine AS builder WORKDIR /repo -RUN npm install -g pnpm +RUN npm install -g pnpm # Copy monorepo into container COPY . .