Update Dockerfile
Browse files- 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", "
|
|
|
|
| 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"]
|