Archived
Private
Public Access
1
0
This repository has been archived on 2026-02-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
FiveMHelper/PrincepRPBot/update.sh
2022-09-04 12:23:26 +02:00

9 lines
166 B
Bash

docker stop discord-bot
docker image rm princep/discord-bot
git pull
docker build -t princep/discord-bot .
docker run -d --name discord-bot princep/discord-bot