diff --git a/Dockerfile b/Dockerfile index b0221f7..87b5dbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ EXPOSE 80 WORKDIR /app COPY ./Theresa3rd-Bot /app -RUN ls -l -CMD ["dotnet" "TheresaBot.MiraiHttpApi.dll" "--launch-profile" "Production" "--urls" "http://0.0.0.0:80"] +CMD ["/usr/bin/dotnet" "TheresaBot.MiraiHttpApi.dll" "--launch-profile" "Production" "--urls" "http://0.0.0.0:80"]