dragggl25 commited on
Commit
7a2d033
·
verified ·
1 Parent(s): 6c112c4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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", "--node-modules-dir", "main.ts"]
12
 
 
8
 
9
  EXPOSE 8000
10
 
11
+ CMD ["deno", "run", "--allow-net", "--allow-env", "main.ts"]
12