summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorertopogo <erwin.t.pombett@gmail.com>2026-02-19 13:09:06 +0100
committerertopogo <erwin.t.pombett@gmail.com>2026-02-19 13:09:06 +0100
commit05825f1d7a26cafd5d897ce7abc09b50183cdef7 (patch)
tree7c232fc81a0d42017bee615c276455aabbab0e1f /Dockerfile
parent77cb0486da9a0c454925f0f29b0c34c787a874e0 (diff)
fix: add .dockerignore, fix Dockerfile missing public dir, update DEPLOY.md paths
Co-authored-by: Cursor <cursoragent@cursor.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 328b403..f69c982 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,6 +24,7 @@ ENV NEXT_TELEMETRY_DISABLED=1
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs
+RUN mkdir -p ./public
COPY --from=builder /app/public ./public
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static