Files
theresa3rd-bot/Dockerfile
mol ae51820030
Some checks failed
continuous-integration/drone/push Build is failing
test
2023-12-08 14:21:34 +08:00

12 lines
287 B
Docker

FROM mcr.microsoft.com/dotnet/aspnet
EXPOSE 80
# VOLUME [ "/app/appsettings.Production.json", "/app/botsettings.yml" ]
WORKDIR /app
COPY ./Theresa3rd-Bot /app
RUN ls -l
CMD ["nohup" "dotnet" "TheresaBot.MiraiHttpApi.dll" "--launch-profile" "Production" "--urls" "http://0.0.0.0:80"]