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
This is a valid option, indeed. I had chosen an Ubuntu base image from phusion, because I am more familiar to Debian based distributions as a development and production environment. But as far as I can see Docker is also using Alpine to reduce their images sizes.
Glad you have finished that work.
And it seems that another problem occured when upgrading to Python3 due to the difference between Py3 and Py2 on absolute vs relative imports.
see cookiecutter-tornado/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/urls.py
fromhandlersimportbase# should fix under Python3from .handlersimportbase
Will python image from python:3.x-alpine a better choice if upgrading tornado to 6.x?
The text was updated successfully, but these errors were encountered: