hedonhermdev / hedonhermdev/django-on-docker

Django Dockerfile typo

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
13
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Firstly, thanks for the great tutorial.

While reading the blog and code here, I found some inconsistence in [django-on-docker/deployment-project/djangoproject/Dockerfile](https://github.com/hedonhermdev/django-on-docker/blob/master/deployment-project/djangoproject/Dockerfile) , and that might be some typos.

At the very first code version in your blog, the env args are
```
# These two environment variables prevent __pycache__/ files.
ENV PYTHONUNBUFFERED 1
ENV PYTHONDONTWRITEBYTECODE 1
```
, but in the end of the blog and in this repo, the env args are
```
ENV PYTHONBUFFERED 1
ENV PYTHONWRITEBYTECODE 1
```
, and only the first form can be found in the python document.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.