Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,7 +14,7 @@ RUN pip install flask pillow
|
|
| 14 |
COPY . .
|
| 15 |
|
| 16 |
# Ensure the Gagalin font is included
|
| 17 |
-
COPY
|
| 18 |
|
| 19 |
# Set permissions for output directory
|
| 20 |
RUN mkdir -p /app/output && chmod -R 777 /app/output
|
|
|
|
| 14 |
COPY . .
|
| 15 |
|
| 16 |
# Ensure the Gagalin font is included
|
| 17 |
+
COPY gagalin.otf /app/gagalin.otf
|
| 18 |
|
| 19 |
# Set permissions for output directory
|
| 20 |
RUN mkdir -p /app/output && chmod -R 777 /app/output
|