deno / Dockerfile
edwagbb's picture
Update Dockerfile
1afcf82 verified
raw
history blame contribute delete
177 Bytes
FROM denoland/deno:latest
RUN chmod -R u+rwx,g+rwx,o+rwx /deno-dir && chmod -R u+rwx,g+rwx,o+rwx /tmp
ENTRYPOINT deno run --allow-all --unsafely-ignore-certificate-errors $url