rogerxavier commited on
Commit
7db0a53
1 Parent(s): 22ddd3a

Update Dockerfile

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