Beamlnwza commited on
Commit
3e8279a
·
1 Parent(s): dc2a618

prep for docker

Browse files
Files changed (3) hide show
  1. .gitignore +3 -0
  2. .vercelignore +0 -1
  3. vercel.json +0 -15
.gitignore CHANGED
@@ -24,4 +24,7 @@ archive.zip
24
  # vim temporary files
25
  *~
26
  .*.sw?
 
27
  .vercel
 
 
 
24
  # vim temporary files
25
  *~
26
  .*.sw?
27
+
28
  .vercel
29
+ vercel.json
30
+ .vercelignore
.vercelignore DELETED
@@ -1 +0,0 @@
1
- .idea
 
 
vercel.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "devCommand": "uvicorn main:app --host 0.0.0.0 --port 3000",
3
- "builds": [
4
- {
5
- "src": "main.py",
6
- "use": "@vercel/python"
7
- }
8
- ],
9
- "routes": [
10
- {
11
- "src": "/(.*)",
12
- "dest": "main.py"
13
- }
14
- ]
15
- }