rogerxavier commited on
Commit
ae3b0dc
1 Parent(s): 5645391

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ COPY requirements.txt .
16
  RUN pip install -r requirements.txt
17
 
18
  COPY . .
19
- ENV IMAGEMAGICK_BINARY=magick
20
 
21
  EXPOSE 7860
22
 
 
16
  RUN pip install -r requirements.txt
17
 
18
  COPY . .
19
+ ENV IMAGEMAGICK_BINARY=/
20
 
21
  EXPOSE 7860
22