

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 在 Elastic Beanstalk 上使用 Procfile 配置自定义启动命令
<a name="nodejs-configuration-procfile"></a>

您可以在源包的根目录中包含一个名为 `Procfile` 的文件，来指定启动应用程序的命令。

**Example Procfile**  

```
web: node index.js
```

有关 `Procfile` 使用情况的信息，请参阅 [Buildfile 和 Procfile](platforms-linux-extend.build-proc.md)。

**注意**  
此功能将替换 `aws:elasticbeanstalk:container:nodejs` 命名空间中的旧 `NodeCommand` 选项。