akdNIKY commited on
Commit
5f0dc9f
·
verified ·
1 Parent(s): 1e706af

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
9
  # کپی فایل های requirements.txt و app.py
10
  COPY requirements.txt .
11
  COPY app.py .
12
- COPY channels.json . || true
13
 
14
  # نصب وابستگی های پایتون
15
  RUN pip install --no-cache-dir -r requirements.txt
 
9
  # کپی فایل های requirements.txt و app.py
10
  COPY requirements.txt .
11
  COPY app.py .
12
+
13
 
14
  # نصب وابستگی های پایتون
15
  RUN pip install --no-cache-dir -r requirements.txt