Skip to content

Instantly share code, notes, and snippets.

@khilkevichigor
Last active January 10, 2021 19:17
Show Gist options
  • Save khilkevichigor/a7e2515ad96d47547ce257d8e22d5bc6 to your computer and use it in GitHub Desktop.
Save khilkevichigor/a7e2515ad96d47547ce257d8e22d5bc6 to your computer and use it in GitHub Desktop.
Procfile в корне для heroku

Procfile в корне проекта для деплоя на heroku.com

В корне проекта создаем файл Procfile (без расширения!).

Для приложения SpringBoot2 + React содержимое такое:

web java -Dserver.port=$PORT $JAVA_OPTS -jar target/shmot-0.0.1-SNAPSHOT.war,

где shmot-0.0.1-SNAPSHOT.war - имя Вашего jar-ника.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment