diff --git a/cli.html b/cli.html index f633a7eb..11e82b5c 100644 --- a/cli.html +++ b/cli.html @@ -6,7 +6,7 @@ - +
diff --git a/django.html b/django.html index 0dfedd74..89d7797c 100644 --- a/django.html +++ b/django.html @@ -6,7 +6,7 @@ - +
diff --git a/env.html b/env.html index e6aaf930..eaab4b24 100644 --- a/env.html +++ b/env.html @@ -6,7 +6,7 @@ - +
diff --git a/index.html b/index.html index d4d73865..bff56f6e 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - +
@@ -24,11 +24,11 @@ ADD . /code WORKDIR /code RUN pip install -r requirements.txt -CMD python app.py

Define the services that make up your app so they can be run together in an isolated environment:

web:
   build: .
+  command: python app.py
   links:
    - db
   ports:
diff --git a/install.html b/install.html
index 6ddf7e6f..a10670eb 100644
--- a/install.html
+++ b/install.html
@@ -6,7 +6,7 @@
     
     
     
-    
+    
   
   
     
diff --git a/rails.html b/rails.html index ab2fd966..7b0dd89e 100644 --- a/rails.html +++ b/rails.html @@ -6,7 +6,7 @@ - +
diff --git a/wordpress.html b/wordpress.html index d6871987..fd13f0a7 100644 --- a/wordpress.html +++ b/wordpress.html @@ -6,7 +6,7 @@ - +
diff --git a/yml.html b/yml.html index 64d0be6a..364c9e33 100644 --- a/yml.html +++ b/yml.html @@ -6,7 +6,7 @@ - +