From 859e85a6a4f3d5411812094e0d54973aedd1c8cb Mon Sep 17 00:00:00 2001 From: Aanand Prasad Date: Thu, 22 May 2014 17:15:34 +0100 Subject: [PATCH] update --- cli.html | 2 +- django.html | 3 ++- env.html | 2 +- index.html | 2 +- install.html | 2 +- rails.html | 2 +- wordpress.html | 2 +- yml.html | 2 +- 8 files changed, 9 insertions(+), 8 deletions(-) diff --git a/cli.html b/cli.html index f6b83886..09075afb 100644 --- a/cli.html +++ b/cli.html @@ -6,7 +6,7 @@ - +
diff --git a/django.html b/django.html index 7dd3b8f5..1ca13b9a 100644 --- a/django.html +++ b/django.html @@ -6,7 +6,7 @@ - +
@@ -23,6 +23,7 @@

Let's set up the three files that'll get us started. First, our app is going to be running inside a Docker container which contains all of its dependencies. We can define what goes inside that Docker container using a file called Dockerfile. It'll contain this to start with:

FROM orchardup/python:2.7
+ENV PYTHONUNBUFFERED 1
 RUN apt-get update -qq && apt-get install -y python-psycopg2
 RUN mkdir /code
 WORKDIR /code
diff --git a/env.html b/env.html
index f9ad3bea..69c0eb75 100644
--- a/env.html
+++ b/env.html
@@ -6,7 +6,7 @@
     
     
     
-    
+    
   
   
     
diff --git a/index.html b/index.html index 5f2a38ca..5673babf 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - +
diff --git a/install.html b/install.html index 21e6314f..d5aa3796 100644 --- a/install.html +++ b/install.html @@ -6,7 +6,7 @@ - +
diff --git a/rails.html b/rails.html index d7b43b17..6763e322 100644 --- a/rails.html +++ b/rails.html @@ -6,7 +6,7 @@ - +
diff --git a/wordpress.html b/wordpress.html index cdd45474..fb241721 100644 --- a/wordpress.html +++ b/wordpress.html @@ -6,7 +6,7 @@ - +
diff --git a/yml.html b/yml.html index fe02df3c..a5cdcb0f 100644 --- a/yml.html +++ b/yml.html @@ -6,7 +6,7 @@ - +