We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0f3d6 commit 5530a84Copy full SHA for 5530a84
‎.github/workflows/deploy.yml
@@ -19,4 +19,4 @@ jobs:
19
cd ${{ secrets.PROJECT_PATH }}
20
git pull
21
docker build . -t muxbot
22
- docker run -d --rm muxbot
+ docker run -d --rm --name muxbot muxbot
0 commit comments