Reaperxxxx commited on
Commit
867e383
·
verified ·
1 Parent(s): 99ed799

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 Gagalin.otf /app/Gagalin.otf
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