AstraOS commited on
Commit
ee7618c
·
verified ·
1 Parent(s): 36d3d34

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/ # include HTML 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