Use correct task in Dockerfile

This commit is contained in:
Bruno Bernardino 2025-12-29 08:25:04 +00:00 committed by GitHub
parent 4c8c0e5ddb
commit 75af687518
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]