Add Dockerfile

This commit is contained in:
Max Isom 2020-03-17 12:30:27 -05:00
parent 426d0b0335
commit 1a1bdfd674
6 changed files with 55 additions and 28 deletions

View file

@ -31,8 +31,8 @@
"@types/spotify-web-api-node": "^4.0.1",
"@types/validator": "^12.0.1",
"@types/ws": "^7.2.2",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"eslint": "^6.8.0",
"eslint-config-xo": "^0.29.1",
"eslint-config-xo-typescript": "^0.26.0",
@ -82,7 +82,7 @@
"spotify-uri": "^2.0.0",
"spotify-web-api-node": "^4.0.0",
"sqlite3": "^4.1.1",
"youtube.ts": "^0.1.0",
"youtube.ts": "^0.1.1",
"ytdl-core": "^2.0.0",
"ytsr": "^0.1.11"
}