Remove test file
continuous-integration/drone/push Build is passing Details

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
1 changed files with 0 additions and 1 deletions

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