diff --git a/Dockerfile b/Dockerfile index faaf09d..31655fa 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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"]