Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,5 +8,5 @@ RUN deno cache --node-modules-dir main.ts
|
|
8 |
|
9 |
EXPOSE 8000
|
10 |
|
11 |
-
CMD ["deno", "run", "--allow-net", "--allow-env", "
|
12 |
|
|
|
8 |
|
9 |
EXPOSE 8000
|
10 |
|
11 |
+
CMD ["deno", "run", "--allow-net", "--allow-env", "main.ts"]
|
12 |
|