Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 ["
|
|
|
|
| 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"]
|