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

pull/36/head
Jake Howard 4 years ago committed by GitHub
parent f7e69bded1
commit 14a41a89b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save