mirror of
https://github.com/clearlinux/docs.git
synced 2026-06-23 22:15:49 +00:00
Add missing .
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user