T1ckbase commited on
Commit
85001dd
·
1 Parent(s): 3989158

update dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ COPY . .
14
  # Compile the main app so that it doesn't need to be compiled each startup/entry.
15
  RUN deno cache main.ts
16
 
17
- CMD ["deno", "run", "-A", "main.ts"]
 
14
  # Compile the main app so that it doesn't need to be compiled each startup/entry.
15
  RUN deno cache main.ts
16
 
17
+ CMD ["deno", "run", "-A", "--unstable-cron", "main.ts"]