AItool commited on
Commit
23cf9c3
·
verified ·
1 Parent(s): 8d31667

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -6,10 +6,10 @@ RUN pip install --no-cache-dir --upgrade pip setuptools wheel
6
  WORKDIR /app
7
 
8
  # 1) copy only your wheel/package folder
9
- COPY python-fasthtml/ ./python-fasthtml/
10
 
11
  # 2) install the local package
12
- RUN pip install --no-cache-dir ./python-fasthtml
13
 
14
  # 3) copy rest of the app
15
  COPY requirements.txt .
 
6
  WORKDIR /app
7
 
8
  # 1) copy only your wheel/package folder
9
+ #COPY python-fasthtml/ ./python-fasthtml/
10
 
11
  # 2) install the local package
12
+ #RUN pip install --no-cache-dir ./python-fasthtml
13
 
14
  # 3) copy rest of the app
15
  COPY requirements.txt .