Skip to content

Commit

Permalink
Merge branch '2.6.1-patch0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong committed Dec 10, 2019
2 parents 995f4e1 + ba4e026 commit ecc8828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/seed-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# call docker-compose run and expect the response to be in the command line.
mkdir -p /seed/collected_static && chmod 775 /seed/collected_static
mkdir -p /seed/media && chmod 777 /seed/media
mkdir -p /seed/media/uploads/pm_imports && chmod 777 /seed/media/uploads/pm_imports

# set the owner to uwsgi
chown -R uwsgi /seed/collected_static
Expand Down

0 comments on commit ecc8828

Please sign in to comment.