Delete Dockerfile
Browse files- Dockerfile +0 -17
Dockerfile
DELETED
@@ -1,17 +0,0 @@
|
|
1 |
-
FROM python:3.9-slim
|
2 |
-
|
3 |
-
# Install Ethiopian fonts and dependencies
|
4 |
-
RUN apt-get update && apt-get install -y \
|
5 |
-
fonts-noto \
|
6 |
-
fonts-noto-extra \
|
7 |
-
fonts-noto-cjk \
|
8 |
-
fonts-noto-ethiopic \
|
9 |
-
wget \
|
10 |
-
&& rm -rf /var/lib/apt/lists/*
|
11 |
-
|
12 |
-
WORKDIR /app
|
13 |
-
COPY . .
|
14 |
-
|
15 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
16 |
-
|
17 |
-
CMD ["python", "app.py"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|