NavyDevilDoc commited on
Commit
a856b81
·
verified ·
1 Parent(s): fa67ef8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ COPY requirements.txt .
7
  RUN pip3 install --no-cache-dir -r requirements.txt
8
 
9
  # 2. Copy App Code
10
- COPY flattener_app.py .
11
 
12
  # 3. Configuration
13
  EXPOSE 7860
 
7
  RUN pip3 install --no-cache-dir -r requirements.txt
8
 
9
  # 2. Copy App Code
10
+ COPY . .
11
 
12
  # 3. Configuration
13
  EXPOSE 7860