From 14a41a89b65e94e0502ac306b3688ae568615c33 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 12 May 2020 22:32:16 +0100 Subject: [PATCH] No need to chmod `whoogle-search` script inside container (#33) --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1eee37f..d5fa0a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,6 @@ COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt COPY . . -RUN chmod +x ./whoogle-search EXPOSE 5000