Skip to content

Commit 2a8b4fc

Browse files
authored
renameし忘れている部分の修正
1 parent 164bb77 commit 2a8b4fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ fix:
1111
cargo fix --allow-dirty --allow-staged
1212

1313
build:
14-
DOCKER_BUILDKIT=1 docker build -t ictsc/ictsc-kana:${VERSION} .
14+
DOCKER_BUILDKIT=1 docker build -t ictsc/ictsc-discord-bot:${VERSION} .
1515

1616
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
17+
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
1818

1919
rm:
2020
docker rm -f kana

0 commit comments

Comments
 (0)