Skip to content

Commit

Permalink
fix: per
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu committed Jan 11, 2025
1 parent 4c6f269 commit 694620f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ COPY ./projects/app/data /app/data
RUN chown -R nextjs:nodejs /app/data

# Add tmp directory permission control
RUN mkdir -p /tmp && chmod 666 /tmp
# RUN mkdir -p /tmp && chmod 666 /tmp

ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED=1
Expand Down

0 comments on commit 694620f

Please sign in to comment.