We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 164bb77 commit 2a8b4fcCopy full SHA for 2a8b4fc
Makefile
@@ -11,10 +11,10 @@ fix:
11
cargo fix --allow-dirty --allow-staged
12
13
build:
14
- DOCKER_BUILDKIT=1 docker build -t ictsc/ictsc-kana:${VERSION} .
+ DOCKER_BUILDKIT=1 docker build -t ictsc/ictsc-discord-bot:${VERSION} .
15
16
run:
17
- docker run --name kana -itd -v $(shell pwd)/bot.yaml:/bot.yaml:ro -e RUST_LOG=bot=debug,info ictsc/ictsc-kana:${VERSION} -f /bot.yaml start
+ docker run --name ictsc-discord-bot -itd -v $(shell pwd)/bot.yaml:/bot.yaml:ro -e RUST_LOG=bot=debug,info ictsc/ictsc-discord-bot:${VERSION} -f /bot.yaml start
18
19
rm:
20
docker rm -f kana
0 commit comments