Remove test file
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-10-11 03:16:46 +02:00
parent ab5cd6af84
commit 79ed176b61
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

View file

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