Skip to content
Snippets Groups Projects

fix(Dockerfile): :bug: To avoid permsiions problems, we will set permission at dockerfile

Merged Kay Effenberger requested to merge fix-steering-permissions into main
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
37 31
38 32 COPY . .
39 33
34 RUN adduser --home /app --no-create-home --system --uid ${AURA_UID} --group app
35 RUN mkdir -p /app/logs
36 RUN mkdir -p /app/static/admin
  • We also need to create the /app/static/site_media here, otherwise we can not upload images. But I am not sure if this is the right approach at all.

  • Please register or sign in to reply
Please register or sign in to reply
Loading