diff --git a/cli.html b/cli.html index f6b83886..09075afb 100644 --- a/cli.html +++ b/cli.html @@ -6,7 +6,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 @@
-
+