mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
Use correct task in Dockerfile
This commit is contained in:
parent
4c8c0e5ddb
commit
75af687518
1 changed files with 1 additions and 1 deletions
|
|
@ -20,4 +20,4 @@ USER deno
|
|||
# Compile the main app so that it doesn't need to be compiled each startup/entry.
|
||||
RUN deno cache --reload main.ts
|
||||
|
||||
CMD ["task", "start"]
|
||||
CMD ["task", "preview"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue