Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ COPY requirements.txt .
|
|
6 |
RUN pip install --prefix=/install -r requirements.txt
|
7 |
|
8 |
COPY app.py telegram_preview.py ./
|
9 |
-
COPY templates/ templates/
|
10 |
|
11 |
# compile both files
|
12 |
RUN python -m compileall -b -f app.py telegram_preview.py
|
|
|
6 |
RUN pip install --prefix=/install -r requirements.txt
|
7 |
|
8 |
COPY app.py telegram_preview.py ./
|
9 |
+
COPY templates/ templates/
|
10 |
|
11 |
# compile both files
|
12 |
RUN python -m compileall -b -f app.py telegram_preview.py
|