mirror of
https://gitlab.com/foxixus/neomovies-api.git
synced 2025-10-28 01:48:51 +05:00
8 lines
186 B
Bash
8 lines
186 B
Bash
|
|
#!/bin/bash
|
|||
|
|
|
|||
|
|
# Переходим в директорию с приложением
|
|||
|
|
cd "$HOME/neomovies-api"
|
|||
|
|
|
|||
|
|
# Запускаем приложение
|
|||
|
|
PORT=$PORT GIN_MODE=release ./app
|