Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ RUN python -m compileall -b -f app.py telegram_preview.py
|
|
13 |
|
14 |
# bundle everything needed
|
15 |
RUN tar -czf /build/app.tgz \
|
16 |
-
app.pyc telegram_preview.pyc templates/
|
17 |
|
18 |
################ runtime ################
|
19 |
FROM python:3.9-slim
|
|
|
13 |
|
14 |
# bundle everything needed
|
15 |
RUN tar -czf /build/app.tgz \
|
16 |
+
app.pyc telegram_preview.pyc templates/
|
17 |
|
18 |
################ runtime ################
|
19 |
FROM python:3.9-slim
|