rogerxavier commited on
Commit
91ed4db
1 Parent(s): 33a4cd2

Update Dockerfile

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