rogerxavier
commited on
Commit
•
5a03746
1
Parent(s):
89621d4
Update Dockerfile
Browse files- 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
|