mirror of
https://github.com/clearlinux/docs.git
synced 2026-09-05 13:21:30 +00:00
Add missing .
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ software such as Apache.
|
||||
|
||||
You can then build and run the Docker image:
|
||||
|
||||
docker build -t my-nodejs-app
|
||||
docker build -t my-nodejs-app .
|
||||
docker run -it --rm --name my-running-app my-nodejs-app
|
||||
|
||||
### Notes
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@ software such as Apache.
|
||||
|
||||
You can then build and run the Docker image:
|
||||
|
||||
docker build -t my-nodejs-app
|
||||
docker build -t my-nodejs-app .
|
||||
docker run -it --rm --name my-running-app my-nodejs-app
|
||||
|
||||
### Notes
|
||||
|
||||
Reference in New Issue
Block a user