Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
FROM denoland/deno
|
2 |
-
RUN chmod -R u+rwx,g+rwx,o+rwx /tmp
|
3 |
-
RUN chmod -R u+rwx,g+rwx,o+rwx /deno-dir
|
4 |
|
5 |
ENTRYPOINT deno run --allow-all --unsafely-ignore-certificate-errors $url
|
|
|
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
|