Skip to content

Commit

Permalink
Merge pull request #3 from lsst-dm/u/ctslater/docker_permissions
Browse files Browse the repository at this point in the history
Make nextjs directory writable.
  • Loading branch information
ctslater authored Oct 22, 2024
2 parents 799cd23 + cf24fa3 commit 584e4a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ COPY --from=builder /app/.next/standalone ./
COPY --from=builder /app/.next/static ./.next/static


RUN chown -R 1000:4085 /app/.next

EXPOSE 3000

ENV PORT 3000
Expand Down

0 comments on commit 584e4a1

Please sign in to comment.