Fix docker development set-up (#2102)
Closes #2102 (closed)
I'll explain the fixes since it affects multiple files:
- api/Dockerfile:
py3-cryptography-38.0.3-r0 breaks world[py3-cryptography=38.0.3-r0]
, so I've simply updated it to r1. - api/Dockerfile: dev-requirements.txt dependencies were not loaded because of an invisible leading character in ln 74-80 (I almost went nuts with this one). So libraries for dev weren't loaded (
/bin/sh: grep: not found
), hence the modules not found exceptions forfactory
anddebug_toolbar
. - docker/nginx/conf.dev: restored
location /statifiles
block. Otherwise static files wont' load in admin pages - Finally api/funkwhale_api/music/fake_data.py: since the tracks created weren't playable they weren't displayed.
create_data
method it's not called anywhere in the codebase. Apparently it's only used when setting up local data.
Merge request reports
Activity
Filter activity
changed milestone to %1.3.0
added StatusReady label
@petitminion This fixes some of your issues I guess
assigned to @marge_me
assigned to @devilcius and unassigned @marge_me
assigned to @marge_me
mentioned in commit afe534db
mentioned in commit c55a1d1d
added 12 commits
-
ae1e5a3a...6edb1624 - 10 commits from branch
develop
- c55a1d1d - Fix(dev): fix docker development set-up (#2102 (closed))
- afe534db - Fix(changelog): adds missing changelog
-
ae1e5a3a...6edb1624 - 10 commits from branch
assigned to @Sporiff, @mjourdan, @petitminion, and @georgkrause
assigned to @jooola, @JuniorJPDJ, and @wvffle
Please register or sign in to reply