Add missing .

This commit is contained in:
Joe Ferguson
2014-11-05 14:23:35 -08:00
parent cde018c539
commit ebdf9652f7
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ to bootstrap most applications. The build will `COPY` a `requirements.txt` file,
You can then build and run the Docker image:
docker build -t my-python-app
docker build -t my-python-app .
docker run -it --rm --name my-running-app my-python-app
## Run a single Python script
+1 -1
View File
@@ -32,7 +32,7 @@ to bootstrap most applications. The build will `COPY` a `requirements.txt` file,
You can then build and run the Docker image:
docker build -t my-python-app
docker build -t my-python-app .
docker run -it --rm --name my-running-app my-python-app
## Run a single Python script