rogerxavier
commited on
Commit
•
ae3b0dc
1
Parent(s):
5645391
Update Dockerfile
Browse files- 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
|
20 |
|
21 |
EXPOSE 7860
|
22 |
|
|
|
16 |
RUN pip install -r requirements.txt
|
17 |
|
18 |
COPY . .
|
19 |
+
ENV IMAGEMAGICK_BINARY=/
|
20 |
|
21 |
EXPOSE 7860
|
22 |
|