Files
theresa3rd-bot/Dockerfile
mol a32b61c697
All checks were successful
continuous-integration/drone/push Build is passing
test
2023-12-08 14:45:41 +08:00

11 lines
280 B
Docker

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