abelanger5 4 лет назад
Родитель
Сommit
709d066d94
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/deploy/applications/deploying-from-the-cli.md

+ 1 - 1
docs/deploy/applications/deploying-from-the-cli.md

@@ -44,7 +44,7 @@ Porter will look for a `Dockerfile` located at the root of the current directory
 To point to a Dockerfile, you should pass the **relative path** to the Dockerfile from the root directory of the source code:
 
 ```sh
-porter create web --name web-test --dockerfile /my/nested/Dockerfile
+porter create web --app web-test --dockerfile /my/nested/Dockerfile
 ```
 
 To use a cloud-native buildpack instead of a Dockerfile, you can specify the method directly: