Put run command into Makefile
This commit is contained in:
parent
f621b59fc3
commit
617637e18e
3
Makefile
3
Makefile
|
@ -14,3 +14,6 @@ build:
|
|||
--build-arg DISCORD_LOG_CHANNEL_CLEAR_ON_STARTUP=${DISCORD_LOG_CHANNEL_CLEAR_ON_STARTUP} \
|
||||
-t musicube:${GIT_COMMIT} -t musicube:latest \
|
||||
.
|
||||
|
||||
run:
|
||||
docker run --rm --detach --name musicube musicube:latest
|
||||
|
|
Loading…
Reference in New Issue