From 79ed176b614e36048d0e83ba9a3eca0ee6b5f2e2 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Tue, 11 Oct 2022 03:16:46 +0200 Subject: [PATCH] Remove test file Signed-off-by: Sam Therapy --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed136bb..ed2e089 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ RUN deno install --allow-read --allow-write --allow-env --allow-net --allow-run COPY run.sh /bin/ RUN chmod +x /bin/run.sh -RUN touch /url && touch /temp && chmod 0777 /temp && chmod 0777 /url USER deno CMD ["/bin/run.sh"] \ No newline at end of file