mackintux / django-docker-alpine

Example building Django docker image with Alpine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Django Docker Image With Alpine

This is intent to use as reference when trying to build Django image with Alpine. Unlike Ubuntu based image, Alpine doesn't have most of the build in packages that are required for everyday usage Django. Hopefully it cover all the packages.

If you have other packages that required by Django and was not include in the alpine_dockerfile you can help other by making pull request.

Running This Project

$ docker-compose up --build

About

Example building Django docker image with Alpine

License:MIT License


Languages

Language:Python 100.0%