This commit is contained in:
TheEssem 2020-02-20 11:18:10 -06:00
parent 9d41537af1
commit 98d284eb51
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "esmbot",
"version": "1.2.0",
"version": "1.2.0-1",
"description": "A Discord bot with miscellaneous features",
"main": "app.js",
"engines": {
@ -8,7 +8,7 @@
},
"scripts": {
"docker:build": "docker build -t headless-chrome-alpine --no-cache ./utils/screenshot",
"docker:run": "docker run --rm -it --network=\"host\" headless-chrome-alpine"
"docker:run": "docker run --rm --network=\"host\" headless-chrome-alpine"
},
"author": "Essem <essem@essem.space>",
"license": "MIT",