You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But uWSGI installation seems broken on python:3.7-slim, some tweaks still needed. Will be looking into it after the whole misago system runs properly on my machine.
Also, add custom sources for apt and pip may be a good idea : )
The text was updated successfully, but these errors were encountered:
Ideally Misago could have single Dockerfile that would build python and JS dependencies in full base image, then do smaller image that would only copy over final python (and in future node.js) envs.
This image would be used by misago and celery services (which currently built same image twice).
python:3.7 = 918M
python:3.7-slim = 179M
But uWSGI installation seems broken on python:3.7-slim, some tweaks still needed. Will be looking into it after the whole misago system runs properly on my machine.
Also, add custom sources for
apt
andpip
may be a good idea : )The text was updated successfully, but these errors were encountered: