From 633b88e2ade9aa059b0fe95bf6b441a8efebdf44 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Wed, 13 May 2026 16:50:35 +0100 Subject: postgres migrations --- communities/red-right-hand/174bg.net/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'communities/red-right-hand/174bg.net/Dockerfile') diff --git a/communities/red-right-hand/174bg.net/Dockerfile b/communities/red-right-hand/174bg.net/Dockerfile index bf4fce4..636d9b2 100644 --- a/communities/red-right-hand/174bg.net/Dockerfile +++ b/communities/red-right-hand/174bg.net/Dockerfile @@ -89,6 +89,9 @@ ENV HOSTNAME="0.0.0.0" # Copy production assets COPY --from=builder --chown=node:node /app/public ./public +# Copy database migration files +COPY --from=builder --chown=node:node /app/better-auth_migrations ./better-auth_migrations + # Set the correct permission for prerender cache RUN mkdir .next RUN chown node:node .next -- cgit v1.2.3