https://github.com/norakgithub/django-docker-alpine
Example building Django docker image with Alpine
https://github.com/norakgithub/django-docker-alpine
Last synced: about 1 year ago
JSON representation
Example building Django docker image with Alpine
- Host: GitHub
- URL: https://github.com/norakgithub/django-docker-alpine
- Owner: NorakGithub
- License: mit
- Created: 2018-08-18T11:19:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-18T11:34:09.000Z (almost 8 years ago)
- Last Synced: 2025-05-08T21:43:44.859Z (about 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
$ docker-compose up --build
```