Update Dockerfile

This commit is contained in:
2025-04-15 16:09:12 +00:00
parent 001ee371d6
commit c579c0d3d9

View File

@@ -10,4 +10,4 @@ COPY . /app
EXPOSE 6969
# Set the default command to run the Deno task
CMD ["deno", "task", "admin"]
CMD ["deno", "task", "all"]