No need to chmod whoogle-search script inside container

It's already executable
This commit is contained in:
Jake Howard 2020-05-12 22:14:27 +01:00
parent f7e69bded1
commit c049b8795e
No known key found for this signature in database
GPG Key ID: 57AFB45680EDD477

View File

@ -6,7 +6,6 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
RUN chmod +x ./whoogle-search
EXPOSE 5000