fsfgdsgdfgsdfg commited on
Commit
92801ac
·
verified ·
1 Parent(s): f011769

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 src/main.tsx
16
 
17
- CMD ["run", "-A", "src/main.tsx"]
 
14
  # Compile the main app so that it doesn't need to be compiled each startup/entry.
15
  RUN deno cache src/main.tsx
16
 
17
+ CMD ["task", "start"]