fb62e0b77dafcff0df3c2e77f90c6b5f9f187085
Add a new deploy.sh script to automate the deployment process. The script pulls the latest changes from the repository, prompts for the container name and port, and then builds and starts the Docker container using the provided parameters. This simplifies the deployment process and ensures consistency.
Пример установки
git clone https://gitea.yuharan.ru/public/IPAGo.git
cd IPAGo
PORT=9001 CONTAINER_NAME=mrxtrojanicloudcom docker compose up -d --build
Description
Languages
Go
89.6%
Dockerfile
8.2%
Shell
2.2%