alexdeathway / Gecom

A website built on Django that serves as a marketplace for cloud gaming and custom server hosting from multiple vendors and publishers.
https://gecom.alexdeathway.me
26 stars 8 forks source link

PermissionError: [Errno 13] Permission denied: '/app/staticfiles/images' #50

Open alexanderkiyanov opened 6 months ago

alexanderkiyanov commented 6 months ago

need to set chmod 777 staticfiles/ or it's says: PermissionError: [Errno 13] Permission denied: '/app/staticfiles/images'

alexdeathway commented 6 months ago

@alexanderkiyanov thanks for reporting. However, this issue isn't reproducible.

To further troubleshoot, It would be really helpful if you help in gaining some insight with:

  1. What OS you are using.
  2. Did you configure Linux post-installation steps for Docker Engine

This issue is encountered previously too not exactly with this project but projects using similar docker setup, and was common among user who have not configured docker engine.