rogerxavier commited on
Commit
89621d4
1 Parent(s): 91ed4db

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=/magick
19
 
20
 
21
  EXPOSE 7860
 
15
 
16
  COPY . .
17
 
18
+ ENV IMAGEMAGICK_BINARY=.magick
19
 
20
 
21
  EXPOSE 7860