moriire commited on
Commit
9ae1670
1 Parent(s): 7c3ec3d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ ENV HOST=0.0.0.0 \
4
  PORT=7860 \
5
  ORIGINS=*
6
 
7
- VOLUME ./test.db test.db
8
 
9
  WORKDIR /code
10
 
 
4
  PORT=7860 \
5
  ORIGINS=*
6
 
7
+ VOLUME test.db
8
 
9
  WORKDIR /code
10