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
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN chmod +x ./whoogle-search
|
|
||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue