Spaces:
Sleeping
Sleeping
T1ckbase
commited on
Commit
·
4449f75
1
Parent(s):
a749323
test
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ RUN deno install --entrypoint main.ts
|
|
14 |
COPY . .
|
15 |
|
16 |
# Compile the main app so that it doesn't need to be compiled each startup/entry.
|
17 |
-
RUN deno cache main.ts
|
18 |
RUN deno task build
|
19 |
|
20 |
CMD ["run", "-A", "main.ts"]
|
|
|
14 |
COPY . .
|
15 |
|
16 |
# Compile the main app so that it doesn't need to be compiled each startup/entry.
|
17 |
+
# RUN deno cache main.ts
|
18 |
RUN deno task build
|
19 |
|
20 |
CMD ["run", "-A", "main.ts"]
|