Skip to content

Commit

Permalink
fix: buat folder uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
reacto11mecha committed Jun 24, 2024
1 parent c85372f commit e5aebdb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,7 @@ COPY --from=builder --chown=nextjs:nodejs /app/apps/web/public ./apps/web/public

COPY --from=pruned-repo /app/start-web.sh .

RUN mkdir -p /app/apps/web/public/uploads/
RUN chown -R ${USER}:${USER} /app/apps/web/public/uploads/

CMD ["/bin/sh", "/app/start-web.sh"]

0 comments on commit e5aebdb

Please sign in to comment.