This commit is contained in:
Jake Swenson
2017-10-29 12:13:38 -07:00
parent 5c58b0d8fd
commit f7ec8b477d
6 changed files with 179 additions and 66 deletions

View File

@@ -0,0 +1,5 @@
FROM bitbetter/api
COPY bin/Debug/netcoreapp2.0/publish/* /app/
ENTRYPOINT [ "dotnet", "/app/licenseGen.dll", "--core", "/app/Core.dll", "--cert", "/cert.pfx" ]