Skip to content

Commit

Permalink
chore(docker): rename docker img
Browse files Browse the repository at this point in the history
  • Loading branch information
Taelar committed Jul 3, 2023
1 parent 63068ca commit adf3696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"commands:global": "ts-node deploy-commands.ts -- global=true",
"deploy": ". ./.env.local && . ./scripts/deploy.sh",
"prod:start": "env $(cat .env.local) node dist/",
"docker:build": "docker build . -t thomasesseul/shanbot",
"docker:start": "docker run --rm -d --name shanbot thomasesseul/shanbot"
"docker:build": "docker build . -t tolwe/shanbot",
"docker:start": "docker run --rm -d --name shanbot tolwe/shanbot"
},
"devDependencies": {
"@types/node": "^16.11.26",
Expand Down

0 comments on commit adf3696

Please sign in to comment.