dragggl25 commited on
Commit
6c112c4
·
verified ·
1 Parent(s): 04e0292

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -8,4 +8,5 @@ RUN deno cache --node-modules-dir main.ts
8
 
9
  EXPOSE 8000
10
 
11
- CMD ["deno", "run", "--allow-net", "--allow-env", "main.ts"]
 
 
8
 
9
  EXPOSE 8000
10
 
11
+ CMD ["deno", "run", "--allow-net", "--allow-env", "--node-modules-dir", "main.ts"]
12
+