Antoni09 commited on
Commit
eb988ae
·
verified ·
1 Parent(s): ae5936e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -8,9 +8,9 @@ RUN pip install --no-cache-dir -r requirements.txt
8
  COPY . .
9
 
10
  RUN mkdir -p /data
11
- ENV DATA_DIR=/data
12
 
 
13
  ENV PORT=7860
14
- CMD ["python", "server.py"]
15
-
16
 
 
 
8
  COPY . .
9
 
10
  RUN mkdir -p /data
11
+ COPY web_invoice_store.json /data/web_invoice_store.json
12
 
13
+ ENV DATA_DIR=/data
14
  ENV PORT=7860
 
 
15
 
16
+ CMD ["python", "server.py"]