aboutsummaryrefslogtreecommitdiff
path: root/communities/red-right-hand/174bg.net/Dockerfile
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-13 16:44:41 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-13 16:44:41 +0100
commit0887761a58beadffae4d2f8811e37da3412a9fd4 (patch)
tree45caf4a4f8b238484d3965ff57ca6cb7b9d54833 /communities/red-right-hand/174bg.net/Dockerfile
parent9ce78a32068e60342f5612d1f4fb646c47d6c27f (diff)
downloadunnamed-group-0887761a58beadffae4d2f8811e37da3412a9fd4.tar
unnamed-group-0887761a58beadffae4d2f8811e37da3412a9fd4.tar.gz
unnamed-group-0887761a58beadffae4d2f8811e37da3412a9fd4.tar.bz2
unnamed-group-0887761a58beadffae4d2f8811e37da3412a9fd4.tar.xz
unnamed-group-0887761a58beadffae4d2f8811e37da3412a9fd4.zip
include auth config with build
Diffstat (limited to 'communities/red-right-hand/174bg.net/Dockerfile')
-rw-r--r--communities/red-right-hand/174bg.net/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/communities/red-right-hand/174bg.net/Dockerfile b/communities/red-right-hand/174bg.net/Dockerfile
index bf4fce4..9d959cb 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 auth config so migrations can be run against the production container
+COPY --from=builder --chown=node:node /app/src ./src
+
# Set the correct permission for prerender cache
RUN mkdir .next
RUN chown node:node .next