SatCat commited on
Commit
14a1f41
·
verified ·
1 Parent(s): 429ac9b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ COPY . .
18
  # Compile the main app so that it doesn't need to be compiled each startup/entry.
19
  RUN deno cache main.ts
20
 
21
- CMD ["run", "-A", "--allow-net", "main.ts"]
 
18
  # Compile the main app so that it doesn't need to be compiled each startup/entry.
19
  RUN deno cache main.ts
20
 
21
+ CMD ["run", "-A", "main.ts"]