Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
edwagbb
/
deno
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
deno
/
Dockerfile
edwagbb
Update Dockerfile
1afcf82
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
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