No need to chmod `whoogle-search` script inside container (#33)
parent
f7e69bded1
commit
14a41a89b6
|
@ -6,7 +6,6 @@ COPY requirements.txt .
|
|||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
RUN chmod +x ./whoogle-search
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
|
|
Loading…
Reference in New Issue