diff options
| author | ertopogo <erwin.t.pombett@gmail.com> | 2026-02-19 13:09:06 +0100 |
|---|---|---|
| committer | ertopogo <erwin.t.pombett@gmail.com> | 2026-02-19 13:09:06 +0100 |
| commit | 05825f1d7a26cafd5d897ce7abc09b50183cdef7 (patch) | |
| tree | 7c232fc81a0d42017bee615c276455aabbab0e1f /Dockerfile | |
| parent | 77cb0486da9a0c454925f0f29b0c34c787a874e0 (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-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
