From 0840daf5a8a4209b4dc08ef8940fdadcd45753c3 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 16 Sep 2026 19:08:27 +0200 Subject: [PATCH] fix: move web Dockerfile to repo root (Coolify build context = dockerfile dir) --- apps/web/Dockerfile => Dockerfile.web | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename apps/web/Dockerfile => Dockerfile.web (92%) diff --git a/apps/web/Dockerfile b/Dockerfile.web similarity index 92% rename from apps/web/Dockerfile rename to Dockerfile.web index f4293da..bd90f56 100644 --- a/apps/web/Dockerfile +++ b/Dockerfile.web @@ -1,4 +1,4 @@ -# C0PY Web (Next.js) +# C0PY Web (Next.js) — repo-root build context FROM node:22-alpine WORKDIR /app