rogerxavier commited on
Commit
fa7ef94
1 Parent(s): 57252f2

Update Dockerfile

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