No need to chmod `whoogle-search` script inside container (#33)

main
Jake Howard 2020-05-12 22:32:16 +01:00 committed by GitHub
parent f7e69bded1
commit 14a41a89b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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