Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM denoland/deno
|
2 |
RUN chmod -R u+rwx,g+rwx,o+rwx /deno-dir && chmod -R u+rwx,g+rwx,o+rwx /tmp
|
3 |
|
4 |
ENTRYPOINT deno run --allow-all --unsafely-ignore-certificate-errors $url
|
|
|
1 |
+
FROM denoland/deno:latest
|
2 |
RUN chmod -R u+rwx,g+rwx,o+rwx /deno-dir && chmod -R u+rwx,g+rwx,o+rwx /tmp
|
3 |
|
4 |
ENTRYPOINT deno run --allow-all --unsafely-ignore-certificate-errors $url
|